From 38ef4990bf34d7c7a7079e3b65af43656bb1845a Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 24 Apr 2019 22:48:26 +0200 Subject: tdf#42949 Fix IWYU warnings in include/svx/[a-D]* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9770343f31f882427c9ae13e363b59cd1fb47e98 Reviewed-on: https://gerrit.libreoffice.org/71295 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/IwyuFilter_include.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/IwyuFilter_include.yaml') diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml index 24243b9ef476..5ec1ba2b23de 100644 --- a/include/IwyuFilter_include.yaml +++ b/include/IwyuFilter_include.yaml @@ -920,3 +920,11 @@ blacklist: - com/sun/star/awt/FontDescriptor.hpp - com/sun/star/style/LineSpacing.hpp - com/sun/star/style/TabStop.hpp + include/svx/AccessibleControlShape.hxx: + # base class has to be a complete type + - com/sun/star/beans/XPropertyChangeListener.hpp + - com/sun/star/container/XContainerListener.hpp + - com/sun/star/util/XModeChangeListener.hpp + include/svx/dbaexchange.hxx: + # Needed for implicit dtor + - com/sun/star/beans/PropertyValue.hpp -- cgit