summaryrefslogtreecommitdiff
path: root/stoc/test/testloader.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-10 19:02:47 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-10 19:02:47 +0100
commit76f15c814408af5a776683591600f70617557f62 (patch)
tree2e92f1ee7906922988c2a21b53f5568bab31cbb3 /stoc/test/testloader.cxx
parentab1751a151512e5e56f6641a639124a618028bd9 (diff)
RTL_CONSTASCII_USTRINGPARAM in ure 3
Diffstat (limited to 'stoc/test/testloader.cxx')
-rw-r--r--stoc/test/testloader.cxx2
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)
{