summaryrefslogtreecommitdiffstats
path: root/sc/IwyuFilter_sc.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-16 08:18:07 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-05-22 12:20:20 +0200
commit494f1a98bf32bea014c277bd0bee81b9aab5c966 (patch)
treea6af5b29a6eca1cbaf6c3e143c18abda02ea02fd /sc/IwyuFilter_sc.yaml
parentRestore .git-hooks/commit-msg accidentally removed earlier (diff)
downloadcore-494f1a98bf32bea014c277bd0bee81b9aab5c966.tar.gz
core-494f1a98bf32bea014c277bd0bee81b9aab5c966.zip
tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxx
Found with bin/find-unneeded-includes This one caused lots of fallout, manage it separately Change-Id: Idf153caa07b1edd85352609806f5b8b74fc6ead8 Reviewed-on: https://gerrit.libreoffice.org/54410 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/IwyuFilter_sc.yaml')
-rw-r--r--sc/IwyuFilter_sc.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/IwyuFilter_sc.yaml b/sc/IwyuFilter_sc.yaml
index 455aabd20da0..84b23623a578 100644
--- a/sc/IwyuFilter_sc.yaml
+++ b/sc/IwyuFilter_sc.yaml
@@ -172,3 +172,8 @@ blacklist:
sc/inc/formulaparserpool.hxx:
# base class has to be a complete type
- com/sun/star/sheet/XFormulaParser.hpp
+ sc/inc/formularesult.hxx:
+ # Needed for enum
+ - global.hxx
+ # Needed for macros
+ - calcmacros.hxx