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 /vcl/source | |
parent | f6c08dca7d950e583cfc4454a74ed9806eda0609 (diff) |
tools: remove unused #include from solar.h
Change-Id: I214e13add371380701ae39403d90a574a63e495d
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/dibtools.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/gdimtf.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/impgraph.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl2.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/vcl/source/gdi/dibtools.cxx b/vcl/source/gdi/dibtools.cxx index 6a5aa9f4dc30..ff08f629caaa 100644 --- a/vcl/source/gdi/dibtools.cxx +++ b/vcl/source/gdi/dibtools.cxx @@ -23,6 +23,7 @@ #include <vcl/salbtype.hxx> #include <vcl/dibtools.hxx> +#include <comphelper/fileformat.h> #include <tools/zcodec.hxx> #include <tools/stream.hxx> #include <tools/fract.hxx> diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx index 6bdea38bcb3e..ea589c02d64d 100644 --- a/vcl/source/gdi/gdimtf.cxx +++ b/vcl/source/gdi/gdimtf.cxx @@ -31,6 +31,7 @@ #include <vcl/svapp.hxx> #include <vcl/gdimtf.hxx> #include <vcl/graphictools.hxx> +#include <comphelper/fileformat.h> #include <basegfx/polygon/b2dpolygon.hxx> #include <vcl/canvastools.hxx> diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index a9772a2fd379..f14e830d2eef 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -19,6 +19,7 @@ #include <sal/config.h> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> #include <tools/fract.hxx> #include <tools/vcompat.hxx> diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx b/vcl/source/gdi/pdfwriter_impl2.cxx index 18ff07afc556..9f9cbc712ef3 100644 --- a/vcl/source/gdi/pdfwriter_impl2.cxx +++ b/vcl/source/gdi/pdfwriter_impl2.cxx @@ -33,6 +33,7 @@ #include <tools/fract.hxx> #include <tools/stream.hxx> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> #include <com/sun/star/beans/PropertyValue.hpp> |