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 /svx/source/items | |
parent | f6c08dca7d950e583cfc4454a74ed9806eda0609 (diff) |
tools: remove unused #include from solar.h
Change-Id: I214e13add371380701ae39403d90a574a63e495d
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/chrtitem.cxx | 1 | ||||
-rw-r--r-- | svx/source/items/e3ditem.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/items/chrtitem.cxx b/svx/source/items/chrtitem.cxx index 9fa9e59e5b8c..b20982811fd9 100644 --- a/svx/source/items/chrtitem.cxx +++ b/svx/source/items/chrtitem.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <comphelper/fileformat.h> #include <tools/stream.hxx> #include <basic/sbxvar.hxx> #include <rtl/math.hxx> diff --git a/svx/source/items/e3ditem.cxx b/svx/source/items/e3ditem.cxx index 50a8f89d44b8..ade306fa32a7 100644 --- a/svx/source/items/e3ditem.cxx +++ b/svx/source/items/e3ditem.cxx @@ -18,6 +18,7 @@ */ #include <com/sun/star/drawing/Direction3D.hpp> +#include <comphelper/fileformat.h> #include <tools/stream.hxx> #include <rtl/math.hxx> |