diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-27 12:11:12 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-27 12:11:12 +0100 |
commit | a1f57cc3f0699ac32a0f380ac32de8d0b65e088d (patch) | |
tree | 56cb90711931bd885f93ca3d53a40e84cf5e977a /toolkit/source/layout/core/translate.cxx | |
parent | 8379ad9ac653e4fc4d47ebecf18099e0b41c60c1 (diff) |
Fix small bug
Diffstat (limited to 'toolkit/source/layout/core/translate.cxx')
-rw-r--r-- | toolkit/source/layout/core/translate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/layout/core/translate.cxx b/toolkit/source/layout/core/translate.cxx index 9e060a6c0646..8cff68364cfa 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 ); |