summaryrefslogtreecommitdiff
path: root/stoc/test/testproxyfac.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/testproxyfac.cxx
parentab1751a151512e5e56f6641a639124a618028bd9 (diff)
RTL_CONSTASCII_USTRINGPARAM in ure 3
Diffstat (limited to 'stoc/test/testproxyfac.cxx')
-rw-r--r--stoc/test/testproxyfac.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/stoc/test/testproxyfac.cxx b/stoc/test/testproxyfac.cxx
index b5cf33c8739e..991eff6b6a3e 100644
--- a/stoc/test/testproxyfac.cxx
+++ b/stoc/test/testproxyfac.cxx
@@ -284,8 +284,8 @@ SAL_IMPLEMENT_MAIN()
Reference< reflection::XProxyFactory > xProxyFac(
xMgr->createInstance(
- OUString::createFromAscii(
- "com.sun.star.reflection.ProxyFactory") ),
+ OUString(RTL_CONSTASCII_USTRINGPARAM(
+ "com.sun.star.reflection.ProxyFactory")) ),
UNO_QUERY_THROW );
Reference< XAggregation > x(