summaryrefslogtreecommitdiff
path: root/desktop/source/app
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:56:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:59:38 +0200
commitfd912a3db4329ce882c78f10a4dbbc4d43601118 (patch)
tree9b4c562ae725789a60ce779996a3ffc9b17ecace /desktop/source/app
parent62e15f22e4a7f23837d1c4ea8f1e79d0d7970308 (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/app')
-rw-r--r--desktop/source/app/officeipcthread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index 021aaecd550f..acc3b7034077 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -317,7 +317,7 @@ oslSignalAction SalMainPipeExchangeSignal_impl(SAL_UNUSED_PARAMETER void* /*pDat
// XServiceInfo
OUString SAL_CALL RequestHandlerController::getImplementationName()
{
- return OUString( "com.sun.star.comp.RequestHandlerController" );
+ return "com.sun.star.comp.RequestHandlerController";
}
sal_Bool RequestHandlerController::supportsService(