summaryrefslogtreecommitdiff
path: root/writerfilter/IwyuFilter_writerfilter.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-02-17 23:59:10 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-02-20 08:44:48 +0100
commit8317305ad5b2520689dc77e51affd5877090875f (patch)
tree9f236586419e15e2d5c1c1b74fa8dbfd3e5c7419 /writerfilter/IwyuFilter_writerfilter.yaml
parent00215edeb02d772fb0cf86348bcf49064882d152 (diff)
tdf#42949 Fix IWYU warnings in writerfilter/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I47ff7eecabc87081eb953c5970a3cbd56c86d728 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88897 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'writerfilter/IwyuFilter_writerfilter.yaml')
-rw-r--r--writerfilter/IwyuFilter_writerfilter.yaml51
1 files changed, 51 insertions, 0 deletions
diff --git a/writerfilter/IwyuFilter_writerfilter.yaml b/writerfilter/IwyuFilter_writerfilter.yaml
index ac1671096241..d333bf61a060 100644
--- a/writerfilter/IwyuFilter_writerfilter.yaml
+++ b/writerfilter/IwyuFilter_writerfilter.yaml
@@ -1,6 +1,54 @@
---
assumeFilename: writerfilter/source/filter/WriterFilter.cxx
blacklist:
+ writerfilter/source/dmapper/BorderHandler.cxx:
+ # Needed for method parameter type
+ - tools/color.hxx
+ writerfilter/source/dmapper/ConversionHelper.cxx:
+ # Actually used
+ - com/sun/star/table/BorderLine2.hpp
+ - com/sun/star/lang/Locale.hpp
+ writerfilter/source/dmapper/DomainMapperTableManager.cxx:
+ # Needed for rtl::math::round
+ - rtl/math.hxx
+ writerfilter/source/dmapper/GraphicImport.cxx:
+ # Actually used
+ - com/sun/star/drawing/XShape.hpp
+ - com/sun/star/graphic/XGraphic.hpp
+ - com/sun/star/lang/XMultiServiceFactory.hpp
+ - com/sun/star/uno/XComponentContext.hpp
+ # Needed for rtl::math::round
+ - rtl/math.hxx
+ writerfilter/source/dmapper/NumberingManager.cxx:
+ # Actually used
+ - com/sun/star/lang/XMultiServiceFactory.hpp
+ - com/sun/star/container/XNameContainer.hpp
+ writerfilter/source/dmapper/DomainMapper_Impl.cxx:
+ # Actually used
+ - com/sun/star/uno/XComponentContext.hpp
+ writerfilter/source/dmapper/OLEHandler.cxx:
+ # Actually used
+ - com/sun/star/drawing/XShape.hpp
+ - com/sun/star/graphic/XGraphic.hpp
+ - com/sun/star/text/XTextDocument.hpp
+ - com/sun/star/text/WrapTextMode.hpp
+ - com/sun/star/uno/XComponentContext.hpp
+ writerfilter/source/dmapper/TDefTableHandler.cxx:
+ # Needed for method parameter type
+ - tools/color.hxx
+ writerfilter/source/dmapper/TablePositionHandler.cxx:
+ # Actually used
+ - com/sun/star/beans/PropertyValue.hpp
+ writerfilter/source/dmapper/PropertyMap.cxx:
+ # Actually used
+ - com/sun/star/beans/PropertyValue.hpp
+ - com/sun/star/text/XTextColumns.hpp
+ writerfilter/source/dmapper/StyleSheetTable.cxx:
+ # Actually used
+ - com/sun/star/text/XTextDocument.hpp
+ writerfilter/source/ooxml/OOXMLPropertySet.cxx:
+ # Actually used
+ - com/sun/star/drawing/XShape.hpp
writerfilter/source/rtftok/rtfsdrimport.hxx:
# IWYU assumes std::stack<IncompleteType> in a header is OK, but that's not
# the case for all of LO's supported platforms.
@@ -9,3 +57,6 @@ blacklist:
writerfilter/source/rtftok/rtfvalue.cxx:
# complete type is needed
- com/sun/star/embed/XEmbeddedObject.hpp
+ writerfilter/source/rtftok/rtftokenizer.cxx:
+ # Actually used
+ - com/sun/star/task/XStatusIndicator.hpp