diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-10 19:02:47 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-10 19:02:47 +0100 |
commit | 76f15c814408af5a776683591600f70617557f62 (patch) | |
tree | 2e92f1ee7906922988c2a21b53f5568bab31cbb3 /stoc/test/testloader.cxx | |
parent | ab1751a151512e5e56f6641a639124a618028bd9 (diff) |
RTL_CONSTASCII_USTRINGPARAM in ure 3
Diffstat (limited to 'stoc/test/testloader.cxx')
-rw-r--r-- | stoc/test/testloader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx index b2b23afc82e7..902aaf633200 100644 --- a/stoc/test/testloader.cxx +++ b/stoc/test/testloader.cxx @@ -91,7 +91,7 @@ SAL_IMPLEMENT_MAIN() { // try to get provider from module component_getFactoryFunc pCompFactoryFunc = (component_getFactoryFunc) - module.getFunctionSymbol( OUString::createFromAscii(COMPONENT_GETFACTORY) ); + module.getFunctionSymbol( OUString(RTL_CONSTASCII_USTRINGPARAM(COMPONENT_GETFACTORY)) ); if (pCompFactoryFunc) { |