summaryrefslogtreecommitdiff
path: root/cppuhelper/source/macro_expander.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:56:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 13:00:08 +0200
commitc64e9ee263cf9150f12b45906ae21a553af06d9c (patch)
treef738ed0091a870af72f367b2c67c102a705bde0a /cppuhelper/source/macro_expander.cxx
parent74f6acf030a6289eb5a9635e1e9e1afd59aa4b90 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): cppuhelper
Change-Id: I6535fd0cf4f8b906c62fa51cb555da548c6e99ae Reviewed-on: https://gerrit.libreoffice.org/76688 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cppuhelper/source/macro_expander.cxx')
-rw-r--r--cppuhelper/source/macro_expander.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/macro_expander.cxx b/cppuhelper/source/macro_expander.cxx
index 47c324fa1902..483ca5712766 100644
--- a/cppuhelper/source/macro_expander.cxx
+++ b/cppuhelper/source/macro_expander.cxx
@@ -86,7 +86,7 @@ class theImplNames : public rtl::Static<ImplNames, theImplNames> {};
OUString s_impl_name()
{
- return OUString(IMPL_NAME);
+ return IMPL_NAME;
}
Sequence< OUString > const & s_get_service_names()