Ticket #18435: libreoffice-7.6.0.3-build_failure-1.patch
File libreoffice-7.6.0.3-build_failure-1.patch, 670 bytes (added by , 20 months ago) |
---|
-
TabularUnified cui/source/options/optjava.cxx
diff -Naur libreoffice-7.6.0.3.orig/cui/source/options/optjava.cxx libreoffice-7.6.0.3/cui/source/options/optjava.cxx
old new 937 937 938 938 void SvxJavaClassPathDlg::SetClassPath( const OUString& _rPath ) 939 939 { 940 #if HAVE_FEATURE_JAVA 940 941 if ( m_sOldPath.isEmpty() ) 941 942 m_sOldPath = _rPath; 942 943 m_xPathList->clear(); … … 962 963 m_xPathList->select(0); 963 964 } 964 965 SelectHdl_Impl(*m_xPathList); 966 #endif 965 967 } 966 968 967 969 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */