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