diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:56:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:59:38 +0200 |
commit | fd912a3db4329ce882c78f10a4dbbc4d43601118 (patch) | |
tree | 9b4c562ae725789a60ce779996a3ffc9b17ecace /desktop/source/splash/unxsplash.cxx | |
parent | 62e15f22e4a7f23837d1c4ea8f1e79d0d7970308 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): desktop
Change-Id: Ieefdb08d6b92a0d70ecd9188f318e1738d61d803
Reviewed-on: https://gerrit.libreoffice.org/76685
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'desktop/source/splash/unxsplash.cxx')
-rw-r--r-- | desktop/source/splash/unxsplash.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/splash/unxsplash.cxx b/desktop/source/splash/unxsplash.cxx index 0cc948ee121b..b068cfa28e5c 100644 --- a/desktop/source/splash/unxsplash.cxx +++ b/desktop/source/splash/unxsplash.cxx @@ -140,7 +140,7 @@ uno::Reference< uno::XInterface > UnxSplash_createInstance(const uno::Reference< OUString UnxSplash_getImplementationName() { - return OUString( "com.sun.star.office.comp.PipeSplashScreen" ); + return "com.sun.star.office.comp.PipeSplashScreen"; } uno::Sequence< OUString > UnxSplash_getSupportedServiceNames() throw() |