diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-12-13 21:49:20 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-12-13 22:12:39 +0100 |
commit | 29baa05bb9c62ef1e4c759f7c4744d11dd40a385 (patch) | |
tree | d6cf4063c87df36ffbe096442e9e578b6225f868 /starmath | |
parent | f6c08dca7d950e583cfc4454a74ed9806eda0609 (diff) |
tools: remove unused #include from solar.h
Change-Id: I214e13add371380701ae39403d90a574a63e495d
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/qa/extras/mmlimport-test.cxx | 2 | ||||
-rw-r--r-- | starmath/source/document.cxx | 1 | ||||
-rw-r--r-- | starmath/source/mathmlexport.cxx | 1 | ||||
-rw-r--r-- | starmath/source/mathmlimport.cxx | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/starmath/qa/extras/mmlimport-test.cxx b/starmath/qa/extras/mmlimport-test.cxx index 927efc7dc05c..3e9ca5e93150 100644 --- a/starmath/qa/extras/mmlimport-test.cxx +++ b/starmath/qa/extras/mmlimport-test.cxx @@ -10,6 +10,8 @@ #include <sal/config.h> #include <test/bootstrapfixture.hxx> +#include <comphelper/fileformat.h> + #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> #include <sfx2/sfxmodelfactory.hxx> diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 64beff94ec16..6a5417d823de 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -20,6 +20,7 @@ #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/uno/Any.h> +#include <comphelper/fileformat.h> #include <comphelper/accessibletexthelper.hxx> #include <o3tl/make_unique.hxx> #include <rtl/ustrbuf.hxx> diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx index c25e7396d4ca..86b8ae5806b4 100644 --- a/starmath/source/mathmlexport.cxx +++ b/starmath/source/mathmlexport.cxx @@ -38,6 +38,7 @@ #include <unotools/saveopt.hxx> #include <svl/itemset.hxx> #include <svl/stritem.hxx> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> #include <unotools/streamwrap.hxx> #include <sax/tools/converter.hxx> diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx index c69f6b501ae7..8daaa2c653e7 100644 --- a/starmath/source/mathmlimport.cxx +++ b/starmath/source/mathmlimport.cxx @@ -33,6 +33,7 @@ one go*/ #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/uno/Any.h> +#include <comphelper/fileformat.h> #include <comphelper/genericpropertyset.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/servicehelper.hxx> |