summaryrefslogtreecommitdiff
path: root/i18npool/source/nativenumber/nativenumbersupplier.cxx
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/nativenumber/nativenumbersupplier.cxx
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/nativenumber/nativenumbersupplier.cxx')
-rw-r--r--i18npool/source/nativenumber/nativenumbersupplier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/nativenumber/nativenumbersupplier.cxx b/i18npool/source/nativenumber/nativenumbersupplier.cxx
index c106d887b53c..6e563585506f 100644
--- a/i18npool/source/nativenumber/nativenumbersupplier.cxx
+++ b/i18npool/source/nativenumber/nativenumbersupplier.cxx
@@ -1204,7 +1204,7 @@ static const sal_Char implementationName[] = "com.sun.star.i18n.NativeNumberSupp
OUString SAL_CALL NativeNumberSupplierService::getImplementationName()
{
- return OUString(implementationName);
+ return implementationName;
}
sal_Bool SAL_CALL