office-gobmx/svx/IwyuFilter_svx.yaml
Gabor Kelemen a0d8600bbc tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I68110cdc5cff99a3bc15184c04ae309412511f9c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86633
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-01-17 10:01:04 +01:00

19 lines
607 B
YAML

---
assumeFilename: svx/source/svdraw/svdobj.cxx
blacklist:
svx/source/svdraw/svdpdf.hxx:
# Needed on WIN32
- prewin.h
- postwin.h
svx/source/accessibility/ChildrenManagerImpl.cxx:
# Actually used
- com/sun/star/beans/XPropertySet.hpp
svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx:
# Boost wrapper is needed
- boost/spirit/include/classic_core.hpp
svx/source/dialog/ClassificationCommon.cxx:
# Actually used
- com/sun/star/beans/XPropertyContainer.hpp
svx/source/dialog/srchdlg.cxx:
# Actually used
- comphelper/scopeguard.hxx