summaryrefslogtreecommitdiffstats
path: root/include/test
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:47:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:53:55 +0200
commit0f11e746c8ab74f7495c29a9287da361e469689c (patch)
tree350c487c22c3793454614e10dc17e5b8328c3c5f /include/test
parentImproved loplugin:stringconstant (now that GCC 7 supports it): testtools (diff)
downloadcore-0f11e746c8ab74f7495c29a9287da361e469689c.tar.gz
core-0f11e746c8ab74f7495c29a9287da361e469689c.zip
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/test')
-rw-r--r--include/test/testinteractionhandler.hxx2
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