From 000db9b072a93884865937942ca82588be7f9919 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 17 Dec 2019 15:28:31 +0200 Subject: 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 --- linguistic/source/convdic.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'linguistic') 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()) -- cgit