summaryrefslogtreecommitdiff
path: root/include/IwyuFilter_include.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-03-31 15:55:14 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-04-05 10:57:49 +0200
commit01757656f2cc36b6cb8be88ebc0ea1050e0e5c39 (patch)
treec5b88e9a3492c56a2833cddd19c19f5662a95e00 /include/IwyuFilter_include.yaml
parent0317835baf1f9531365131203decc6eb44b273e4 (diff)
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 <vmiklos@collabora.com>
Diffstat (limited to 'include/IwyuFilter_include.yaml')
-rw-r--r--include/IwyuFilter_include.yaml38
1 files changed, 38 insertions, 0 deletions
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