diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-17 15:28:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 08:02:21 +0100 |
commit | 000db9b072a93884865937942ca82588be7f9919 (patch) | |
tree | 2c0bbaa0ce2799b468db9c002fa59975ad144b96 /linguistic/source/convdic.cxx | |
parent | 14824e73d8be8dfe3f26880d805dde58418a4835 (diff) |
loplugin:duplicate-defines
this one is shared between multiple cxx files, so remove the local one
Change-Id: I9f6d06db04febd1bae616b4f87543066b1212f0f
Reviewed-on: https://gerrit.libreoffice.org/85339
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic/source/convdic.cxx')
-rw-r--r-- | linguistic/source/convdic.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx index 20ac65582078..4a9bb04909d9 100644 --- a/linguistic/source/convdic.cxx +++ b/linguistic/source/convdic.cxx @@ -62,8 +62,6 @@ using namespace com::sun::star::linguistic2; using namespace linguistic; -#define SN_CONV_DICTIONARY "com.sun.star.linguistic2.ConversionDictionary" - static void ReadThroughDic( const OUString &rMainURL, ConvDicXMLImport &rImport ) { if (rMainURL.isEmpty()) |