summaryrefslogtreecommitdiffstats
path: root/odk/examples/cpp/remoteclient/remoteclient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/cpp/remoteclient/remoteclient.cxx')
-rw-r--r--odk/examples/cpp/remoteclient/remoteclient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/remoteclient/remoteclient.cxx b/odk/examples/cpp/remoteclient/remoteclient.cxx
index c8886b006b65..36d90fe014b1 100644
--- a/odk/examples/cpp/remoteclient/remoteclient.cxx
+++ b/odk/examples/cpp/remoteclient/remoteclient.cxx
@@ -145,7 +145,7 @@ sal_Int32 PipeClientMain::run( const Sequence< OUString > & aArguments ) throw (
{
try {
Reference < XInterface > r =
- m_xSMgr->createInstance( OUString("com.sun.star.bridge.UnoUrlResolver") );
+ m_xSMgr->createInstance("com.sun.star.bridge.UnoUrlResolver");
Reference < XUnoUrlResolver > rResolver( r , UNO_QUERY );
// connect to the remote process and retrieve the initial object