summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:54:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:57:53 +0200
commit24556a49123f4c2f3c221488fc7015b49e459a7b (patch)
tree76ed8a6bd6cea0987178ed9ecae1f302fad28196 /i18npool/source/localedata
parentab153c4142500a84c95b3dc90e0006a11a03fc0b (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): i18npool
Change-Id: Icc5871d548fd7795936e58ff73b9d6fa7eeb6414 Reviewed-on: https://gerrit.libreoffice.org/76670 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'i18npool/source/localedata')
-rw-r--r--i18npool/source/localedata/localedata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/localedata.cxx b/i18npool/source/localedata/localedata.cxx
index f1c42c2db830..3d244fcfbab1 100644
--- a/i18npool/source/localedata/localedata.cxx
+++ b/i18npool/source/localedata/localedata.cxx
@@ -1575,7 +1575,7 @@ sal_Bool OutlineNumbering::hasElements( )
OUString SAL_CALL
LocaleDataImpl::getImplementationName()
{
- return OUString("com.sun.star.i18n.LocaleDataImpl");
+ return "com.sun.star.i18n.LocaleDataImpl";
}
sal_Bool SAL_CALL LocaleDataImpl::supportsService(const OUString& rServiceName)