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 /svtools/source | |
parent | f6c08dca7d950e583cfc4454a74ed9806eda0609 (diff) |
tools: remove unused #include from solar.h
Change-Id: I214e13add371380701ae39403d90a574a63e495d
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/graphic/provider.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/embedhlp.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/embedtransfer.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/transfer.cxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/transfer2.cxx | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/svtools/source/graphic/provider.cxx b/svtools/source/graphic/provider.cxx index accc367a0cf1..0c4a481021dd 100644 --- a/svtools/source/graphic/provider.cxx +++ b/svtools/source/graphic/provider.cxx @@ -36,6 +36,7 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/text/GraphicCrop.hpp> #include <com/sun/star/uno/XComponentContext.hpp> +#include <comphelper/fileformat.h> #include <comphelper/servicehelper.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx index b4132230b468..bf61fe1cb8ac 100644 --- a/svtools/source/misc/embedhlp.cxx +++ b/svtools/source/misc/embedhlp.cxx @@ -24,6 +24,7 @@ #include <bitmaps.hlst> #include <svtools/svtresid.hxx> +#include <comphelper/fileformat.h> #include <comphelper/embeddedobjectcontainer.hxx> #include <comphelper/seqstream.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/svtools/source/misc/embedtransfer.cxx b/svtools/source/misc/embedtransfer.cxx index 1f265ea705d7..dc168ce5dfed 100644 --- a/svtools/source/misc/embedtransfer.cxx +++ b/svtools/source/misc/embedtransfer.cxx @@ -28,6 +28,7 @@ #include <svtools/embedtransfer.hxx> #include <tools/mapunit.hxx> #include <vcl/outdev.hxx> +#include <comphelper/fileformat.h> #include <comphelper/propertysequence.hxx> #include <comphelper/storagehelper.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx index 7941133c717b..15510d87bc58 100644 --- a/svtools/source/misc/transfer.cxx +++ b/svtools/source/misc/transfer.cxx @@ -35,6 +35,7 @@ #include <vcl/cvtgrf.hxx> #include <vcl/svapp.hxx> #include <vcl/window.hxx> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/sequence.hxx> diff --git a/svtools/source/misc/transfer2.cxx b/svtools/source/misc/transfer2.cxx index 6f8902785b3b..5fdb1a226e10 100644 --- a/svtools/source/misc/transfer2.cxx +++ b/svtools/source/misc/transfer2.cxx @@ -26,6 +26,7 @@ #include <vcl/graph.hxx> #include <vcl/svapp.hxx> #include <vcl/window.hxx> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> #include <com/sun/star/datatransfer/dnd/XDropTargetDragContext.hpp> #include <svl/urlbmk.hxx> |