diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:48:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:54:36 +0200 |
commit | d15e0ff4fd120ede2bf5599f7323628c58c3df91 (patch) | |
tree | f85071ed07e2e09a1c2d165ed36cf90da92f7d44 /stoc/source/inspect | |
parent | 254eb4186a286785baa58d2c1f8fe47ced608a34 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): stoc
Change-Id: Id739d5ff815d3bb1db48e9b1c2b3f739e3f11dfd
Reviewed-on: https://gerrit.libreoffice.org/76644
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'stoc/source/inspect')
-rw-r--r-- | stoc/source/inspect/introspection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx index 474952f7cdd5..ecfd5684004e 100644 --- a/stoc/source/inspect/introspection.cxx +++ b/stoc/source/inspect/introspection.cxx @@ -1534,7 +1534,7 @@ private: } virtual OUString SAL_CALL getImplementationName() override - { return OUString("com.sun.star.comp.stoc.Introspection"); } + { return "com.sun.star.comp.stoc.Introspection"; } virtual sal_Bool SAL_CALL supportsService(OUString const & ServiceName) override { return cppu::supportsService(this, ServiceName); } |