diff options
Diffstat (limited to 'toolkit')
-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 ); |