summaryrefslogtreecommitdiff
path: root/sw/IwyuFilter_sw.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-01-23 23:00:19 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-29 12:00:51 +0100
commit9600a5abc93406bd966507edda3f66ef599fc8d7 (patch)
tree283440fd02b5aac89e3046ad1539cef2221b0622 /sw/IwyuFilter_sw.yaml
parent0652ea61c5c3e6caea1e2ac2e7ffbce307f5fa55 (diff)
tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iafc34cffc3257d785d61f60fc37dc95e5250435c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87308 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/IwyuFilter_sw.yaml')
-rw-r--r--sw/IwyuFilter_sw.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/sw/IwyuFilter_sw.yaml b/sw/IwyuFilter_sw.yaml
index 1e2488091f90..c0596000c2f2 100644
--- a/sw/IwyuFilter_sw.yaml
+++ b/sw/IwyuFilter_sw.yaml
@@ -701,3 +701,41 @@ blacklist:
sw/source/ui/fldui/flddinf.cxx:
# Needed for direct member access
- com/sun/star/beans/XPropertySet.hpp
+ sw/source/ui/vba/vbacolumn.cxx:
+ # Actually needed
+ - com/sun/star/frame/XModel.hpp
+ sw/source/ui/vba/vbafield.cxx:
+ # Actually needed
+ - com/sun/star/frame/XModel.hpp
+ sw/source/ui/vba/vbafind.cxx:
+ # Actually needed
+ - com/sun/star/frame/XModel.hpp
+ sw/source/ui/vba/vbaframe.cxx:
+ # Actually needed
+ - com/sun/star/frame/XModel.hpp
+ sw/source/ui/vba/vbafont.cxx:
+ # Actually needed
+ - com/sun/star/beans/XPropertySet.hpp
+ - com/sun/star/container/XIndexAccess.hpp
+ sw/source/ui/vba/vbaheaderfooter.cxx:
+ # Actually needed
+ - com/sun/star/beans/XPropertySet.hpp
+ sw/source/ui/vba/vbaglobals.cxx:
+ # Needed for extern functions
+ - service.hxx
+ sw/source/ui/vba/vbalisttemplate.cxx:
+ # Actually needed
+ - com/sun/star/beans/XPropertySet.hpp
+ sw/source/ui/vba/vbaparagraphformat.cxx:
+ # Actually needed
+ - com/sun/star/style/ParagraphAdjust.hpp
+ - com/sun/star/beans/XPropertySet.hpp
+ sw/source/ui/vba/vbasystem.cxx:
+ # Needed on WIN
+ - o3tl/char16_t2wchar_t.hxx
+ sw/source/ui/vba/vbarow.cxx:
+ # Actually needed
+ - com/sun/star/frame/XModel.hpp
+ sw/source/ui/vba/vbatabstops.cxx:
+ # Actually needed
+ - com/sun/star/beans/XPropertySet.hpp