summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/sdxmlexp.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:43:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:51:59 +0200
commitad99664931154a2999bef8d0cfd1b1c44f0109ee (patch)
tree70fc3ca300f82b766e7b9c250a1fadcf429e154b /xmloff/source/draw/sdxmlexp.cxx
parentaf896b031cf9ac2d35bdf6570c6a451fd00a0d1c (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): xmloff
Change-Id: I0791c0df1793e05900a32fcdb6d32831bbbe3f9a Reviewed-on: https://gerrit.libreoffice.org/76623 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmloff/source/draw/sdxmlexp.cxx')
-rw-r--r--xmloff/source/draw/sdxmlexp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx
index 2ab0161e8b5e..182fa660a119 100644
--- a/xmloff/source/draw/sdxmlexp.cxx
+++ b/xmloff/source/draw/sdxmlexp.cxx
@@ -2602,7 +2602,7 @@ uno::Sequence< OUString > classname##_getSupportedServiceNames() throw()\
}\
OUString classname##_getImplementationName() throw()\
{\
- return OUString( implementationname );\
+ return implementationname;\
}\
uno::Reference< uno::XInterface > classname##_createInstance(const uno::Reference< lang::XMultiServiceFactory > & rSMgr)\
{\