summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:57:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 13:00:27 +0200
commit8b6c64513d6e3e2161f06c38fc093e47216dabb1 (patch)
tree664ca36207e125d4eb03a7cdb026d851987271fe /include
parent6c145a826f4ecebcc387b0bd1dac018980b90bf9 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): comphelper
Change-Id: Ie0d3604b8742aed139131d523f6c7371bc02b7c3 Reviewed-on: https://gerrit.libreoffice.org/76691 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/unique_disposing_ptr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/unique_disposing_ptr.hxx b/include/comphelper/unique_disposing_ptr.hxx
index 51a9710f606d..2c09d05eb447 100644
--- a/include/comphelper/unique_disposing_ptr.hxx
+++ b/include/comphelper/unique_disposing_ptr.hxx
@@ -136,9 +136,9 @@ private:
virtual OUString SAL_CALL getImplementationName() override
{
if (mbComponentDLL)
- return OUString("com.sun.star.comp.ComponentDLLListener");
+ return "com.sun.star.comp.ComponentDLLListener";
else
- return OUString("com.sun.star.comp.DisposingTerminateListener");
+ return "com.sun.star.comp.DisposingTerminateListener";
}
virtual sal_Bool SAL_CALL supportsService(const OUString& /*rName*/) override