[Libreoffice-commits] .: Branch 'libreoffice-3-3' - patches/dev300
Fridrich Strba
fridrich at kemper.freedesktop.org
Thu Feb 3 02:43:42 PST 2011
patches/dev300/sfx-check-real-help-path.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e897eb6b34d48e946138552345509b0daa2454a2
Author: Fridrich Strba <fridrich.strba at bluewin.ch>
Date: Thu Feb 3 03:25:00 2011 -0700
Adapt to changed context
diff --git a/patches/dev300/sfx-check-real-help-path.diff b/patches/dev300/sfx-check-real-help-path.diff
index e5555c3..d4fe62c 100644
--- a/patches/dev300/sfx-check-real-help-path.diff
+++ b/patches/dev300/sfx-check-real-help-path.diff
@@ -21,7 +21,7 @@ index d5e6f24..df94b19 100644
#include <rtl/ustring.hxx>
@@ -126,13 +126,13 @@ rtl::OUString HelpLocaleString()
bool bOk = aLocaleStr.getLength() != 0;
- if ( bOk )
+ if ( impl_hasHelpInstalled() && bOk )
{
- rtl::OUString aBaseInstallPath;
- // utl::Bootstrap::PathStatus aBaseLocateResult =
More information about the Libreoffice-commits
mailing list