summaryrefslogtreecommitdiff
path: root/shell/source/unix/exec/shellexec.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:48:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:54:55 +0200
commit90294b464d0e5acf21cb152babb11d7f96ecf5d7 (patch)
tree0c27bf7d6e4809bfccaee781fd780be2f303a4e5 /shell/source/unix/exec/shellexec.cxx
parent9a33b501b3eb82d8ec08b391c35efa44a3723a2f (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): shell
Change-Id: I0045eac5f2395f56dcb1ed8a958c93c28de496a9 Reviewed-on: https://gerrit.libreoffice.org/76647 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'shell/source/unix/exec/shellexec.cxx')
-rw-r--r--shell/source/unix/exec/shellexec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx
index febf7cdf947c..1e669b695e1d 100644
--- a/shell/source/unix/exec/shellexec.cxx
+++ b/shell/source/unix/exec/shellexec.cxx
@@ -237,7 +237,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar
OUString SAL_CALL ShellExec::getImplementationName( )
{
- return OUString("com.sun.star.comp.system.SystemShellExecute");
+ return "com.sun.star.comp.system.SystemShellExecute";
}
sal_Bool SAL_CALL ShellExec::supportsService( const OUString& ServiceName )