diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:54:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:58:39 +0200 |
commit | f018d6274ddd6992c863f091b2f1632e52197267 (patch) | |
tree | 8407771d03764fda826f62145b7125e028fc8d23 /forms/source/component/Currency.cxx | |
parent | 27dcfba1009085b759f4f578b56a464340c80a0c (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): forms
Change-Id: I105fc954a983280ec07759a7f9d21e726a970a80
Reviewed-on: https://gerrit.libreoffice.org/76676
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'forms/source/component/Currency.cxx')
-rw-r--r-- | forms/source/component/Currency.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx index a64cd35287cb..57f712b72f05 100644 --- a/forms/source/component/Currency.cxx +++ b/forms/source/component/Currency.cxx @@ -167,7 +167,7 @@ void OCurrencyModel::describeFixedProperties( Sequence< Property >& _rProps ) co OUString SAL_CALL OCurrencyModel::getServiceName() { - return OUString(FRM_COMPONENT_CURRENCYFIELD); // old (non-sun) name for compatibility ! + return FRM_COMPONENT_CURRENCYFIELD; // old (non-sun) name for compatibility ! } |