summaryrefslogtreecommitdiff
path: root/shell/source/win32/workbench/TestSysShExec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/workbench/TestSysShExec.cxx')
-rw-r--r--shell/source/win32/workbench/TestSysShExec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/workbench/TestSysShExec.cxx b/shell/source/win32/workbench/TestSysShExec.cxx
index 9a2d84cd0717..6d6ffb302420 100644
--- a/shell/source/win32/workbench/TestSysShExec.cxx
+++ b/shell/source/win32/workbench/TestSysShExec.cxx
@@ -91,7 +91,7 @@ int SAL_CALL main(int nArgc, char* Argv[], char* )
//-------------------------------------------------
Reference< XSystemShellExecute > xSysShExec(
- g_xFactory->createInstance( OUString("com.sun.star.system.SystemShellExecute") ), UNO_QUERY );
+ g_xFactory->createInstance("com.sun.star.system.SystemShellExecute"), UNO_QUERY );
if ( !xSysShExec.is() )
{