diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-24 14:41:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-24 20:29:39 +0200 |
commit | 715e7370a160bd3a51bf5aefdd92319da239bc4e (patch) | |
tree | e7a8271d1d27e1172466acf2a2705cf09ba55cc7 /linguistic/source | |
parent | d48d9c0f96870780be35cf98b7915fdbb4db6735 (diff) |
loplugin:returnconstval in fpicker..reportdesign
Change-Id: I59c55a858b2706d1327c837abc158dceca02360e
Reviewed-on: https://gerrit.libreoffice.org/78058
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/convdicxml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx index 55b1f40b5dd0..f7320100dc3b 100644 --- a/linguistic/source/convdicxml.cxx +++ b/linguistic/source/convdicxml.cxx @@ -57,7 +57,7 @@ using namespace linguistic; #define CONV_TYPE_SCHINESE_TCHINESE "Chinese simplified / Chinese traditional" -static const OUString ConversionTypeToText( sal_Int16 nConversionType ) +static OUString ConversionTypeToText( sal_Int16 nConversionType ) { OUString aRes; if (nConversionType == ConversionDictionaryType::HANGUL_HANJA) |