diff options
Diffstat (limited to 'shell/source/win32/SysShExec.cxx')
-rw-r--r-- | shell/source/win32/SysShExec.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx index 910aae1c095f..73ef77bbe6a1 100644 --- a/shell/source/win32/SysShExec.cxx +++ b/shell/source/win32/SysShExec.cxx @@ -484,7 +484,7 @@ void SAL_CALL CSysShExec::execute( const OUString& aCommand, const OUString& aPa OUString SAL_CALL CSysShExec::getImplementationName( ) { - return OUString(SYSSHEXEC_IMPL_NAME ); + return SYSSHEXEC_IMPL_NAME; } sal_Bool SAL_CALL CSysShExec::supportsService( const OUString& ServiceName ) |