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 /editeng | |
parent | f6c08dca7d950e583cfc4454a74ed9806eda0609 (diff) |
tools: remove unused #include from solar.h
Change-Id: I214e13add371380701ae39403d90a574a63e495d
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/items/frmitems.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/numitem.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/paraitem.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/textitem.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/editeng/source/items/frmitems.cxx b/editeng/source/items/frmitems.cxx index bb61ccaccc86..3237029caa93 100644 --- a/editeng/source/items/frmitems.cxx +++ b/editeng/source/items/frmitems.cxx @@ -51,6 +51,7 @@ #include <comphelper/processfactory.hxx> #include <svtools/grfmgr.hxx> #include <tools/urlobj.hxx> +#include <comphelper/fileformat.h> #include <comphelper/types.hxx> #include <svl/memberid.h> #include <svtools/borderhelper.hxx> diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx index fbf89dceaef0..98b0b8a72646 100644 --- a/editeng/source/items/numitem.cxx +++ b/editeng/source/items/numitem.cxx @@ -40,6 +40,7 @@ #include <com/sun/star/style/NumberingType.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/PropertyValue.hpp> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> #include <tools/mapunit.hxx> #include <unotools/configmgr.hxx> diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx index e6689d434b57..141bd4649e2c 100644 --- a/editeng/source/items/paraitem.cxx +++ b/editeng/source/items/paraitem.cxx @@ -21,6 +21,7 @@ #include <com/sun/star/style/LineSpacing.hpp> #include <com/sun/star/style/LineSpacingMode.hpp> #include <com/sun/star/uno/Sequence.hxx> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> #include <comphelper/extract.hxx> #include <osl/diagnose.h> diff --git a/editeng/source/items/textitem.cxx b/editeng/source/items/textitem.cxx index 5642f002f7e6..69055c2b0ade 100644 --- a/editeng/source/items/textitem.cxx +++ b/editeng/source/items/textitem.cxx @@ -41,6 +41,7 @@ #include <i18nlangtag/languagetag.hxx> #include <svl/itemset.hxx> +#include <comphelper/fileformat.h> #include <svtools/langtab.hxx> #include <svl/itempool.hxx> #include <svtools/ctrltool.hxx> |