diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/testproxyfac.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stoc/test/testproxyfac.cxx b/stoc/test/testproxyfac.cxx index b171dda44a9b..9505d7ca32bd 100644 --- a/stoc/test/testproxyfac.cxx +++ b/stoc/test/testproxyfac.cxx @@ -263,9 +263,7 @@ SAL_IMPLEMENT_MAIN() aLibName, Reference< registry::XSimpleRegistry >() ); Reference< reflection::XProxyFactory > xProxyFac( - xMgr->createInstance( - OUString( - "com.sun.star.reflection.ProxyFactory") ), + xMgr->createInstance("com.sun.star.reflection.ProxyFactory"), UNO_QUERY_THROW ); Reference< XAggregation > x( |