summaryrefslogtreecommitdiff
path: root/svx/IwyuFilter_svx.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-03-07 03:33:53 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-03-10 09:29:27 +0100
commita11c10a83f6fceae6cfb519725d06f8eaf1013fb (patch)
tree694c89e96bf9657e73bcd2039931f81c81fb713a /svx/IwyuFilter_svx.yaml
parent74f0105a2c140d078932576b457a327f3d2490a6 (diff)
tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I8d8a3e13932b004678b305f9a6883062854f9201 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90140 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/IwyuFilter_svx.yaml')
-rw-r--r--svx/IwyuFilter_svx.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/svx/IwyuFilter_svx.yaml b/svx/IwyuFilter_svx.yaml
index f0ceb56b01b6..243e78dd7f28 100644
--- a/svx/IwyuFilter_svx.yaml
+++ b/svx/IwyuFilter_svx.yaml
@@ -101,3 +101,18 @@ blacklist:
svx/source/svdraw/svdorect.cxx:
# Actually used
- svx/svdopath.hxx
+ svx/source/table/accessiblecell.cxx:
+ # Needed for SvxTextEditSource object instantiation
+ - svx/svdotext.hxx
+ svx/source/unodraw/recoveryui.cxx:
+ # Needed for LIBO_ETC_FOLDER on WIN32
+ - config_folders.h
+ svx/source/unodraw/unoshcol.cxx:
+ # Don't propose hxx -> h change in URE libs
+ - cppuhelper/interfacecontainer.hxx
+ svx/source/unodraw/unoshape.cxx:
+ # Actually used
+ - comphelper/scopeguard.hxx
+ svx/source/unodraw/unoprov.cxx:
+ # Needed for UnoType instantiation
+ - com/sun/star/lang/Locale.hpp