From 63a25b79f18fda29cd744add813ce9508c69b996 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 13 Mar 2019 07:18:14 +0100 Subject: tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6c3ae806cbb4a00381e39414ff8c8fede5bf1733 Reviewed-on: https://gerrit.libreoffice.org/69150 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/IwyuFilter_sw.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sw/IwyuFilter_sw.yaml') diff --git a/sw/IwyuFilter_sw.yaml b/sw/IwyuFilter_sw.yaml index f15fbc15ee67..ce7961e08ca0 100644 --- a/sw/IwyuFilter_sw.yaml +++ b/sw/IwyuFilter_sw.yaml @@ -250,3 +250,15 @@ blacklist: - com/sun/star/text/XRedline.hpp # sw::UnoImplPtr typedef - unobaseclass.hxx + sw/source/core/inc/acorrect.hxx: + # Needed for implicit dtor + - svl/itemset.hxx + sw/source/core/inc/dumpfilter.hxx: + # Base class needs complete type + - com/sun/star/document/XExporter.hpp + - com/sun/star/document/XFilter.hpp + - com/sun/star/lang/XInitialization.hpp + - com/sun/star/lang/XServiceInfo.hpp + sw/source/core/inc/frame.hxx: + # Needed for direct member access + - com/sun/star/style/TabStop.hpp -- cgit