summaryrefslogtreecommitdiff
path: root/slideshow/IwyuFilter_slideshow.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-01-01 17:26:50 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-03 09:30:09 +0100
commit941372b694c0170cdadb2cb16447604011b295a1 (patch)
tree7ea409b05ab339c03e9223ee19bbdf5b4524378c /slideshow/IwyuFilter_slideshow.yaml
parentc48790b5cec73a49aed20c26b123c3656bb9eff9 (diff)
tdf#42949 Fix IWYU warnings in slideshow/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id1c207705b7aa9b057fb8207d735e376675c91d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86069 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'slideshow/IwyuFilter_slideshow.yaml')
-rw-r--r--slideshow/IwyuFilter_slideshow.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/slideshow/IwyuFilter_slideshow.yaml b/slideshow/IwyuFilter_slideshow.yaml
new file mode 100644
index 000000000000..7dc8f1a463f8
--- /dev/null
+++ b/slideshow/IwyuFilter_slideshow.yaml
@@ -0,0 +1,42 @@
+---
+assumeFilename: slideshow/source/engine/slideshowimpl.cxx
+blacklist:
+ slideshow/source/inc/mouseeventhandler.hxx:
+ # Needed for css shortcut
+ - sal/types.h
+ slideshow/source/engine/opengl/Operation.hxx:
+ # Needed for licensing
+ - config_lgpl.h
+ # Wrapper for external lib
+ - glm/gtc/type_ptr.hpp
+ slideshow/source/engine/opengl/TransitionImpl.hxx:
+ # Needed for licensing
+ - config_lgpl.h
+ # Wrapper for external lib
+ - glm/gtc/type_ptr.hpp
+ slideshow/source/engine/opengl/Operation.cxx:
+ # Wrapper for external lib
+ - glm/gtc/matrix_transform.hpp
+ - glm/gtc/type_ptr.hpp
+ slideshow/source/engine/opengl/TransitionImpl.cxx:
+ # Wrapper for external lib
+ - glm/gtc/matrix_transform.hpp
+ - glm/gtc/type_ptr.hpp
+ slideshow/source/engine/smilfunctionparser.cxx:
+ # Boost wrapper is needed
+ - boost/spirit/include/classic_core.hpp
+ slideshow/source/engine/shapes/drawshape.cxx:
+ # Actually used
+ - comphelper/scopeguard.hxx
+ slideshow/source/engine/shapes/viewappletshape.cxx:
+ # Actually used
+ - com/sun/star/uno/XComponentContext.hpp
+ # Needed for direct member access
+ - basegfx/matrix/b2dhommatrix.hxx
+ slideshow/source/engine/shapes/mediashape.cxx:
+ # Actually used
+ - com/sun/star/drawing/XShape.hpp
+ slideshow/source/engine/shapes/viewmediashape.cxx:
+ # Actually used
+ - com/sun/star/media/XPlayer.hpp
+ - com/sun/star/media/XPlayerWindow.hpp