From 5d7a28fd2dd7f0c1696d4d8989a5a547e3f2e531 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 27 May 2018 16:44:14 +0200 Subject: tdf#42949 Fix more IWYU warnings in sd/inc/ Found with bin/find-unneeded-includes A lot of fallout needed fixing, unfortunately Change-Id: I528cf5fe77199ee72f19fce3de08fe67e7f63dbe Reviewed-on: https://gerrit.libreoffice.org/54884 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sd/IwyuFilter_sd.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sd/IwyuFilter_sd.yaml') diff --git a/sd/IwyuFilter_sd.yaml b/sd/IwyuFilter_sd.yaml index 106f91d4aa6f..09bb304b60c9 100644 --- a/sd/IwyuFilter_sd.yaml +++ b/sd/IwyuFilter_sd.yaml @@ -29,6 +29,18 @@ blacklist: sd/inc/sderror.hxx: # needed for defines - vcl/errcode.hxx + sd/inc/sdfilter.hxx: + # base class has to be a complete type + - com/sun/star/frame/XModel.hpp + - com/sun/star/task/XStatusIndicator.hpp + sd/inc/sdmod.hxx: + # base class has to be a complete type + - com/sun/star/beans/XPropertySetInfo.hpp + - sot/storage.hxx + sd/inc/sdpage.hxx: + # base class has to be a complete type + - com/sun/star/drawing/XDrawPage.hpp + - com/sun/star/office/XAnnotation.hpp sd/inc/stlfamily.hxx: # base class has to be a complete type - com/sun/star/beans/XPropertySet.hpp -- cgit