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 /sc/source/core | |
parent | f6c08dca7d950e583cfc4454a74ed9806eda0609 (diff) |
tools: remove unused #include from solar.h
Change-Id: I214e13add371380701ae39403d90a574a63e495d
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/data/documen8.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/tool/autoform.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/tool/ddelink.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx index 9f637eb53046..c474f068c49e 100644 --- a/sc/source/core/data/documen8.cxx +++ b/sc/source/core/data/documen8.cxx @@ -20,6 +20,7 @@ #include <scitems.hxx> #include <editeng/eeitem.hxx> #include <o3tl/make_unique.hxx> +#include <comphelper/fileformat.h> #include <tools/urlobj.hxx> #include <editeng/editobj.hxx> #include <editeng/editstat.hxx> diff --git a/sc/source/core/tool/autoform.cxx b/sc/source/core/tool/autoform.cxx index 0153760e846d..fa9f20ff229f 100644 --- a/sc/source/core/tool/autoform.cxx +++ b/sc/source/core/tool/autoform.cxx @@ -31,6 +31,7 @@ #include <svx/strings.hrc> #include <editeng/langitem.hxx> #include <tools/urlobj.hxx> +#include <comphelper/fileformat.h> #include <unotools/transliterationwrapper.hxx> #include <tools/tenccvt.hxx> #include <o3tl/make_unique.hxx> diff --git a/sc/source/core/tool/ddelink.cxx b/sc/source/core/tool/ddelink.cxx index 570d8c26580d..1cad27649a6c 100644 --- a/sc/source/core/tool/ddelink.cxx +++ b/sc/source/core/tool/ddelink.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <comphelper/fileformat.h> #include <comphelper/string.hxx> #include <osl/thread.h> #include <sfx2/linkmgr.hxx> |