diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:54:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:58:15 +0200 |
commit | 1c099989523fa1d969a44cc99a2478df35537a2d (patch) | |
tree | 049768012d98e84e464a16e1bb36c4bf82dd1525 /framework/inc/helper | |
parent | 421fcc61bf2d1a5dca5bd5499f713d67e1a4a0df (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): framework
Change-Id: Ia6eef000a712c9f23f81eaf6d27f5a236da9b24d
Reviewed-on: https://gerrit.libreoffice.org/76673
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'framework/inc/helper')
-rw-r--r-- | framework/inc/helper/statusindicatorfactory.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx index ac7a0655adc1..a2a073821d8e 100644 --- a/framework/inc/helper/statusindicatorfactory.hxx +++ b/framework/inc/helper/statusindicatorfactory.hxx @@ -192,7 +192,7 @@ class StatusIndicatorFactory : public ::cppu::WeakImplHelper< virtual OUString SAL_CALL getImplementationName() override { - return OUString("com.sun.star.comp.framework.StatusIndicatorFactory"); + return "com.sun.star.comp.framework.StatusIndicatorFactory"; } virtual sal_Bool SAL_CALL supportsService(OUString const & ServiceName) override |