diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-03-30 09:40:28 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-01 10:39:44 +0200 |
commit | 80152c8c5e3482c1dc29ef1a8fbb1aea4399c39e (patch) | |
tree | 61530f38e0967e9f947364220aac4923902ff794 /starmath | |
parent | e296468412ee9640572103d1e6a932f8528fe83b (diff) |
tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I4a3baffa8944b522b16b50975185759081662020
Reviewed-on: https://gerrit.libreoffice.org/69945
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/cfgitem.cxx | 2 | ||||
-rw-r--r-- | starmath/source/register.cxx | 2 | ||||
-rw-r--r-- | starmath/source/unofilter.cxx | 1 | ||||
-rw-r--r-- | starmath/source/unomodel.cxx | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index 48760e0f046e..fb43b5ce5bee 100644 --- a/starmath/source/cfgitem.cxx +++ b/starmath/source/cfgitem.cxx @@ -33,6 +33,8 @@ #include <osl/diagnose.h> #include <i18nlangtag/languagetag.hxx> +#include <com/sun/star/beans/PropertyValue.hpp> + #include <officecfg/Office/Math.hxx> #include "cfgitem.hxx" diff --git a/starmath/source/register.cxx b/starmath/source/register.cxx index da5ac3630982..304fb8fba2fa 100644 --- a/starmath/source/register.cxx +++ b/starmath/source/register.cxx @@ -21,6 +21,8 @@ #include <sfx2/sfxmodelfactory.hxx> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> + #include "register.hxx" using namespace ::com::sun::star; diff --git a/starmath/source/unofilter.cxx b/starmath/source/unofilter.cxx index 2379158cad8f..8c142e8f7274 100644 --- a/starmath/source/unofilter.cxx +++ b/starmath/source/unofilter.cxx @@ -12,6 +12,7 @@ #include <unotools/mediadescriptor.hxx> #include <unotools/ucbstreamhelper.hxx> #include <sot/storage.hxx> +#include <cppuhelper/supportsservice.hxx> #include <document.hxx> #include "mathtype.hxx" diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index f033b79e435c..56d422f5d268 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -35,6 +35,7 @@ #include <comphelper/propertysetinfo.hxx> #include <comphelper/sequence.hxx> #include <comphelper/servicehelper.hxx> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <unotools/moduleoptions.hxx> #include <tools/mapunit.hxx> |