summaryrefslogtreecommitdiff
path: root/sc/IwyuFilter_sc.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-11-03 13:14:30 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-11-08 09:16:26 +0100
commitdec3752eeb3bcd46fb5c4af4e0a48738440d21e7 (patch)
tree5f1b708c1dc57f2c516a17fecddbcd770e38513c /sc/IwyuFilter_sc.yaml
parente5542a8c3d5fa489d27e85ae282cc67e8f5a8ec5 (diff)
tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I3e3bf3160fe3627cd105d8b69ff165c0577d8c9b Reviewed-on: https://gerrit.libreoffice.org/62807 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/IwyuFilter_sc.yaml')
-rw-r--r--sc/IwyuFilter_sc.yaml34
1 files changed, 33 insertions, 1 deletions
diff --git a/sc/IwyuFilter_sc.yaml b/sc/IwyuFilter_sc.yaml
index 2a6dd86dd416..4af6a0c97b67 100644
--- a/sc/IwyuFilter_sc.yaml
+++ b/sc/IwyuFilter_sc.yaml
@@ -61,6 +61,9 @@ blacklist:
sc/inc/chgviset.hxx:
# base class has to be a complete type
- unotools/textsearch.hxx
+ sc/inc/colcontainer.hxx:
+ # Needed to silence the check on colcontainer.cxx
+ - column.hxx
sc/inc/column.hxx:
# base class has to be a complete type
- mdds/flat_segment_tree.hpp
@@ -488,4 +491,33 @@ blacklist:
sc/source/ui/inc/StatisticsTwoVariableDialog.hxx:
# base class has to be a complete type
- viewdata.hxx
-
+ sc/source/core/data/column2.cxx:
+ # Used in #if DEBUG_COLUMN_STORAGE
+ - tokenstringcontext.hxx
+ sc/source/core/data/conditio.cxx:
+ # Needed for #define
+ - attrib.hxx
+ sc/source/core/data/documen8.cxx:
+ # Needed for template
+ - docpool.hxx
+ sc/source/core/data/document.cxx:
+ # Complete type needed for method type
+ - com/sun/star/sheet/TablePageBreakData.hpp
+ sc/source/core/data/documentimport.cxx:
+ # Needed for member access in assert()
+ - stringutil.hxx
+ sc/source/core/data/dptabres.cxx:
+ # Used in #if DUMP_PIVOT_TABLE
+ - document.hxx
+ sc/source/core/data/formulacell.cxx:
+ # Used in #if DBG_UTIL
+ - com/sun/star/sheet/FormulaLanguage.hpp
+ # Used in #if HAVE_FEATURE_OPENCL
+ - opencl/openclwrapper.hxx
+ sc/source/core/data/stlsheet.cxx:
+ # Needed for #define
+ - editeng/shaditem.hxx
+ - editeng/xmlcnitm.hxx
+ sc/source/core/data/types.cxx:
+ # Complete type is needed for complex data type
+ - scmatrix.hxx