[Libreoffice-commits] .: toolkit/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Sun Feb 27 03:12:32 PST 2011
toolkit/source/layout/core/translate.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 117b0d3e06dd628bec4c2bf8db889edc40f0ace8
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Feb 27 12:11:12 2011 +0100
Fix small bug
diff --git a/toolkit/source/layout/core/translate.cxx b/toolkit/source/layout/core/translate.cxx
index 5d506c9..def1c10 100644
--- a/toolkit/source/layout/core/translate.cxx
+++ b/toolkit/source/layout/core/translate.cxx
@@ -107,7 +107,7 @@ readRightTranslation( OUString const& aXMLName )
= getLocaleSubdirList( Application::GetSettings().GetUILocale() );
#if TEST_LAYOUT // read from cwd first
OUString aCurrentWorkingUrl;
- tools::getProcessWorkingDir( &aCurrentWorkingUrl );
+ tools::getProcessWorkingDir( aCurrentWorkingUrl );
String aCurrentWorkingDir;
LocalFileHelper::ConvertURLToPhysicalName( aCurrentWorkingUrl, aCurrentWorkingDir );
aXMLFile = getFirstExisting( aCurrentWorkingDir, aSubdirs, aXMLName );
More information about the Libreoffice-commits
mailing list