diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-11-03 23:04:59 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-07 11:38:47 +0100 |
commit | 48e79e529057b881805d0e5cc5e0dae07f530a0a (patch) | |
tree | 3bfe4398536c475486223ad1a2c70970ff134148 /linguistic/source/lngopt.hxx | |
parent | d83453fa4793a0fb77cf1896c4ff1f8e87742f28 (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/lngopt.hxx')
-rw-r--r-- | linguistic/source/lngopt.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index 14635c5e3a48..8adb3c99c2d4 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -23,7 +23,6 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <comphelper/interfacecontainer2.hxx> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XFastPropertySet.hpp> #include <com/sun/star/beans/XPropertyAccess.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -31,11 +30,8 @@ #include <com/sun/star/linguistic2/XLinguProperties.hpp> #include <unotools/lingucfg.hxx> #include <svl/itemprop.hxx> -#include <unotools/configitem.hxx> #include <unotools/linguprops.hxx> #include <com/sun/star/uno/Any.h> -#include <linguistic/misc.hxx> -#include "defs.hxx" namespace com { namespace sun { namespace star { namespace beans { |