diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-21 11:03:04 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-24 09:04:29 +0200 |
commit | 23d51ad9343f9be1bac30e0bb2b21963699fdade (patch) | |
tree | 22d320136e3747acdb9d711ce48834dc7bb3c3c2 /sd/inc/stlfamily.hxx | |
parent | bb89376797b3eace17afacf764b833287376a486 (diff) |
tdf#42949 Fix IWYU warnings in sd/inc/*
Found with bin/find-unneeded-includes
Removal proposals are dealt with here
With fallout management as necessary
Change-Id: Iaef9eec626334c480dd5a2def63bb476350ceebb
Reviewed-on: https://gerrit.libreoffice.org/54617
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/inc/stlfamily.hxx')
-rw-r--r-- | sd/inc/stlfamily.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/inc/stlfamily.hxx b/sd/inc/stlfamily.hxx index 3367b49a2d44..fbaa825505cc 100644 --- a/sd/inc/stlfamily.hxx +++ b/sd/inc/stlfamily.hxx @@ -22,10 +22,8 @@ #include <memory> #include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/container/XIndexAccess.hpp> @@ -38,8 +36,6 @@ #include <svl/style.hxx> -#include <editeng/unoipset.hxx> - class SdStyleSheet; class SdPage; struct SdStyleFamilyImpl; |