summaryrefslogtreecommitdiff
path: root/sax/test/testcomponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/test/testcomponent.cxx')
-rw-r--r--sax/test/testcomponent.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sax/test/testcomponent.cxx b/sax/test/testcomponent.cxx
index d34776789f8a..e498b2290908 100644
--- a/sax/test/testcomponent.cxx
+++ b/sax/test/testcomponent.cxx
@@ -68,8 +68,7 @@ int main (int argc, char **argv)
try
{
// Create registration service
- Reference < XInterface > x = xSMgr->createInstance(
- OUString("com.sun.star.registry.ImplementationRegistration") );
+ Reference < XInterface > x = xSMgr->createInstance( "com.sun.star.registry.ImplementationRegistration" );
xReg = Reference< XImplementationRegistration > ( x , UNO_QUERY );
}
catch (const Exception&)