summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-03-23 13:17:16 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-03-28 10:27:23 +0100
commit1d39c5aa7bd6419060ed10d9fbdc2a643000f363 (patch)
treeaf83df9344cef3dcdb0ed2708332411594969568 /starmath
parent6f41502b82fa108246b7547d9da3c6bf6b42f72f (diff)
tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6e97c7ed6c0211dfafee83b9bdbea672e415fc49 Reviewed-on: https://gerrit.libreoffice.org/69715 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/IwyuFilter_starmath.yaml3
-rw-r--r--starmath/inc/smmod.hxx1
2 files changed, 4 insertions, 0 deletions
diff --git a/starmath/IwyuFilter_starmath.yaml b/starmath/IwyuFilter_starmath.yaml
index 9df24573b6e2..d3072282fdae 100644
--- a/starmath/IwyuFilter_starmath.yaml
+++ b/starmath/IwyuFilter_starmath.yaml
@@ -1,6 +1,9 @@
---
assumeFilename: starmath/source/document.cxx
blacklist:
+ starmath/inc/smmod.hxx:
+ # Needed for define
+ - sfx2/app.hxx
starmath/source/accessibility.hxx:
# Base class needs complete type
- com/sun/star/accessibility/XAccessible.hpp
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx
index b225b654a8e5..fc97d5392912 100644
--- a/starmath/inc/smmod.hxx
+++ b/starmath/inc/smmod.hxx
@@ -21,6 +21,7 @@
#define INCLUDED_STARMATH_INC_SMMOD_HXX
#include <sfx2/module.hxx>
+#include <sfx2/app.hxx>
#include <unotools/options.hxx>
#include <memory>