diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:47:37 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:53:55 +0200 |
commit | 0f11e746c8ab74f7495c29a9287da361e469689c (patch) | |
tree | 350c487c22c3793454614e10dc17e5b8328c3c5f /include | |
parent | cd03cd9158a01d3e2ccf6574d80b68bd4cf994a9 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): test
Change-Id: I9cef15ecfcf15d6b5db5ccf6eed8d1a4ca962e67
Reviewed-on: https://gerrit.libreoffice.org/76638
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/test/testinteractionhandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/testinteractionhandler.hxx b/include/test/testinteractionhandler.hxx index 49c3f04df2ff..5e871c68af12 100644 --- a/include/test/testinteractionhandler.hxx +++ b/include/test/testinteractionhandler.hxx @@ -47,7 +47,7 @@ public: virtual OUString SAL_CALL getImplementationName() override { - return OUString("com.sun.star.comp.uui.TestInteractionHandler"); + return "com.sun.star.comp.uui.TestInteractionHandler"; } virtual sal_Bool SAL_CALL supportsService(OUString const & rServiceName) override |