summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-12-13 21:49:20 +0100
committerMichael Stahl <mstahl@redhat.com>2017-12-13 22:12:39 +0100
commit29baa05bb9c62ef1e4c759f7c4744d11dd40a385 (patch)
treed6cf4063c87df36ffbe096442e9e578b6225f868 /sd
parentf6c08dca7d950e583cfc4454a74ed9806eda0609 (diff)
tools: remove unused #include from solar.h
Change-Id: I214e13add371380701ae39403d90a574a63e495d
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/sdxmlwrp.hxx1
-rw-r--r--sd/qa/unit/sdmodeltestbase.hxx1
-rw-r--r--sd/source/ui/app/sdxfer.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/sd/inc/sdxmlwrp.hxx b/sd/inc/sdxmlwrp.hxx
index e1c590e39ebb..d884a4f8e21f 100644
--- a/sd/inc/sdxmlwrp.hxx
+++ b/sd/inc/sdxmlwrp.hxx
@@ -19,6 +19,7 @@
#ifndef INCLUDED_SD_INC_SDXMLWRP_HXX
#define INCLUDED_SD_INC_SDXMLWRP_HXX
+#include <comphelper/fileformat.h>
#include <vcl/errcode.hxx>
#include "sdfilter.hxx"
diff --git a/sd/qa/unit/sdmodeltestbase.hxx b/sd/qa/unit/sdmodeltestbase.hxx
index cacd3d676f49..19b7b0ac6bf2 100644
--- a/sd/qa/unit/sdmodeltestbase.hxx
+++ b/sd/qa/unit/sdmodeltestbase.hxx
@@ -23,6 +23,7 @@
#include <unotools/tempfile.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <tools/color.hxx>
+#include <comphelper/fileformat.h>
#include <comphelper/processfactory.hxx>
#include <rtl/strbuf.hxx>
diff --git a/sd/source/ui/app/sdxfer.cxx b/sd/source/ui/app/sdxfer.cxx
index d2d52f9c8ac6..aca1a5e2647e 100644
--- a/sd/source/ui/app/sdxfer.cxx
+++ b/sd/source/ui/app/sdxfer.cxx
@@ -21,6 +21,7 @@
#include <com/sun/star/embed/XEmbedPersist.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/lang/XComponent.hpp>
+#include <comphelper/fileformat.h>
#include <unotools/ucbstreamhelper.hxx>
#include <unotools/tempfile.hxx>
#include <editeng/eeitem.hxx>