summaryrefslogtreecommitdiff
path: root/linguistic/source/convdicxml.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-11-03 23:04:59 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-07 11:38:47 +0100
commit48e79e529057b881805d0e5cc5e0dae07f530a0a (patch)
tree3bfe4398536c475486223ad1a2c70970ff134148 /linguistic/source/convdicxml.cxx
parentd83453fa4793a0fb77cf1896c4ff1f8e87742f28 (diff)
tdf#42949 Fix IWYU warnings in linguistic/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ida2903087ae5752a65c0ce099449645d91a83f29 Reviewed-on: https://gerrit.libreoffice.org/81971 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'linguistic/source/convdicxml.cxx')
-rw-r--r--linguistic/source/convdicxml.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx
index 55f51404a929..f4165abcadf8 100644
--- a/linguistic/source/convdicxml.cxx
+++ b/linguistic/source/convdicxml.cxx
@@ -19,19 +19,11 @@
#include <tools/debug.hxx>
#include <i18nlangtag/languagetag.hxx>
-#include <tools/stream.hxx>
-#include <ucbhelper/content.hxx>
-#include <cppuhelper/factory.hxx>
#include <com/sun/star/linguistic2/ConversionDictionaryType.hpp>
#include <com/sun/star/linguistic2/ConversionPropertyType.hpp>
-#include <com/sun/star/util/XFlushable.hpp>
#include <com/sun/star/lang/Locale.hpp>
-#include <com/sun/star/lang/EventObject.hpp>
#include <com/sun/star/uno/Reference.h>
-#include <com/sun/star/registry/XRegistryKey.hpp>
-#include <com/sun/star/util/XFlushListener.hpp>
-#include <com/sun/star/io/XActiveDataSource.hpp>
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <xmloff/nmspmap.hxx>
@@ -41,7 +33,6 @@
#include "convdic.hxx"
#include "convdicxml.hxx"
#include <linguistic/misc.hxx>
-#include "defs.hxx"
using namespace std;
using namespace utl;