diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:54:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:57:53 +0200 |
commit | 24556a49123f4c2f3c221488fc7015b49e459a7b (patch) | |
tree | 76ed8a6bd6cea0987178ed9ecae1f302fad28196 /i18npool/source/breakiterator | |
parent | ab153c4142500a84c95b3dc90e0006a11a03fc0b (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/breakiterator')
-rw-r--r-- | i18npool/source/breakiterator/breakiteratorImpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx index 857aa21ee449..0eb7737c9156 100644 --- a/i18npool/source/breakiterator/breakiteratorImpl.cxx +++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx @@ -617,7 +617,7 @@ BreakIteratorImpl::getLocaleSpecificBreakIterator(const Locale& rLocale) OUString SAL_CALL BreakIteratorImpl::getImplementationName() { - return OUString("com.sun.star.i18n.BreakIterator"); + return "com.sun.star.i18n.BreakIterator"; } sal_Bool SAL_CALL |