summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-10 18:54:29 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-10 18:54:29 +0100
commit2d8048e56bb3c630b6e39486683d5b08db510948 (patch)
tree86d7da3fd30e80b2c692a8d3a7ce8b6a2e06bab3 /pyuno
parent8b9849322b31f40e05e39475b39af616c71b1086 (diff)
RTL_CONSTASCII_USTRINGPARAM in ure 2
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_runtime.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_runtime.cxx b/pyuno/source/module/pyuno_runtime.cxx
index 326bd4f6b..355056bbc 100644
--- a/pyuno/source/module/pyuno_runtime.cxx
+++ b/pyuno/source/module/pyuno_runtime.cxx
@@ -177,7 +177,7 @@ static void readLoggingConfig( sal_Int32 *pLevel, FILE **ppFile )
reinterpret_cast< oslGenericFunction >(readLoggingConfig),
(rtl_uString **) &fileName );
fileName = OUString( fileName.getStr(), fileName.lastIndexOf( '/' )+1 );
- fileName += OUString::createFromAscii( SAL_CONFIGFILE("pyuno") );
+ fileName += OUString(RTL_CONSTASCII_USTRINGPARAM( SAL_CONFIGFILE("pyuno") ));
rtl::Bootstrap bootstrapHandle( fileName );
OUString str;