diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:53:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:57:03 +0200 |
commit | edfa05d8a69b8a83a92481c425cbf361c23555bb (patch) | |
tree | 5a3b703d42e8898740100f7fec960ce9368df30f /linguistic/source/hhconvdic.cxx | |
parent | 4011bd28935cbedd59766fd8e355a88a1ca6cbf6 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): linguistic
Change-Id: I46da5784c74829873f92a341c388b142d29547b4
Reviewed-on: https://gerrit.libreoffice.org/76664
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'linguistic/source/hhconvdic.cxx')
-rw-r--r-- | linguistic/source/hhconvdic.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/hhconvdic.cxx b/linguistic/source/hhconvdic.cxx index 900a8b7d901f..718a9d281f31 100644 --- a/linguistic/source/hhconvdic.cxx +++ b/linguistic/source/hhconvdic.cxx @@ -108,7 +108,7 @@ void SAL_CALL HHConvDic::addEntry( OUString SAL_CALL HHConvDic::getImplementationName( ) { - return OUString( "com.sun.star.lingu2.HHConvDic" ); + return "com.sun.star.lingu2.HHConvDic"; } |