From 6e5cdd9d550576095c046f968877956a337330cb Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sat, 12 Jan 2019 22:28:32 +0100 Subject: tdf#42949 Fix IWYU warnings in include/xmloff/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id20e0bc42e39f868a7c5d49d756f2ad5e14a86c0 Reviewed-on: https://gerrit.libreoffice.org/66637 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/xmloff/prstylei.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/xmloff/prstylei.hxx') diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx index 8b506b6dc4ad..db1700cb9e2f 100644 --- a/include/xmloff/prstylei.hxx +++ b/include/xmloff/prstylei.hxx @@ -22,19 +22,19 @@ #include #include #include -#include #include #include #include struct XMLPropertyState; -class SvXMLStylesContext; namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } } +namespace com { namespace sun { namespace star { namespace style { class XStyle; } } } } + typedef std::unordered_set OldFillStyleDefinitionSet; class XMLOFF_DLLPUBLIC XMLPropStyleContext : public SvXMLStyleContext -- cgit