From 01757656f2cc36b6cb8be88ebc0ea1050e0e5c39 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 31 Mar 2019 15:55:14 +0200 Subject: tdf#42949 Fix IWYU warnings in include/sfx2/sidebar/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ic2bd25bcbcc7f5fb6e29ced70fddb74385b5fb2f Reviewed-on: https://gerrit.libreoffice.org/70077 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/IwyuFilter_include.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'include/IwyuFilter_include.yaml') diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml index 3595286db9e2..2359fb69cbce 100644 --- a/include/IwyuFilter_include.yaml +++ b/include/IwyuFilter_include.yaml @@ -761,3 +761,41 @@ blacklist: # base class has to be a complete type - com/sun/star/frame/XStatusListener.hpp - com/sun/star/lang/XComponent.hpp + include/sfx2/sidebar/Accessible.hxx: + # base class has to be a complete type + - com/sun/star/accessibility/XAccessible.hpp + include/sfx2/sidebar/Paint.hxx: + # Needed for boost::variant + - vcl/gradient.hxx + include/sfx2/sidebar/SidebarController.hxx: + # base class has to be a complete type + - com/sun/star/ui/XContextChangeEventListener.hpp + - com/sun/star/beans/XPropertyChangeListener.hpp + - com/sun/star/ui/XSidebar.hpp + - com/sun/star/frame/XStatusListener.hpp + - com/sun/star/frame/XFrameActionListener.hpp + include/sfx2/sidebar/SidebarPanelBase.hxx: + # base class has to be a complete type + - com/sun/star/ui/XContextChangeEventListener.hpp + - com/sun/star/ui/XUIElement.hpp + - com/sun/star/ui/XToolPanel.hpp + - com/sun/star/ui/XSidebarPanel.hpp + - com/sun/star/ui/XUpdateModel.hpp + include/sfx2/sidebar/Theme.hxx: + # base class has to be a complete type + - com/sun/star/beans/XPropertySet.hpp + include/sfx2/sidebar/UnoDeck.hxx: + # base class has to be a complete type + - com/sun/star/ui/XDeck.hpp + include/sfx2/sidebar/UnoDecks.hxx: + # base class has to be a complete type + - com/sun/star/ui/XDecks.hpp + include/sfx2/sidebar/UnoPanel.hxx: + # base class has to be a complete type + - com/sun/star/ui/XPanel.hpp + include/sfx2/sidebar/UnoPanels.hxx: + # base class has to be a complete type + - com/sun/star/ui/XPanels.hpp + include/sfx2/sidebar/UnoSidebar.hxx: + # base class has to be a complete type + - com/sun/star/ui/XSidebarProvider.hpp -- cgit