diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-06-18 21:22:46 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-19 08:32:09 +0200 |
commit | e191cacf62782871d09bfad7843a84d417c080e0 (patch) | |
tree | 1d4f6421f3a3c54f0d1c172be7d758f09f832797 /oox | |
parent | 0e73f9eb415793c1c7503021c40fd746b2ef7ba2 (diff) |
connectivity, oox: remove some unused includes
Change-Id: I8b39caafc157e309e638eec1a66d9302f1a11a73
Reviewed-on: https://gerrit.libreoffice.org/74307
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/shape/WpgContext.cxx | 2 | ||||
-rw-r--r-- | oox/source/shape/WpsContext.cxx | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/oox/source/shape/WpgContext.cxx b/oox/source/shape/WpgContext.cxx index d09187fce7f1..88521e981ee6 100644 --- a/oox/source/shape/WpgContext.cxx +++ b/oox/source/shape/WpgContext.cxx @@ -9,9 +9,7 @@ #include "WpgContext.hxx" -#include "WpsContext.hxx" #include <sal/log.hxx> -#include <com/sun/star/drawing/XShape.hpp> #include <drawingml/shapepropertiescontext.hxx> #include <oox/drawingml/shapegroupcontext.hxx> #include <oox/drawingml/graphicshapecontext.hxx> diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 3b2e3c624ed9..cd9afdc5e177 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -12,8 +12,6 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <comphelper/sequenceashashmap.hxx> #include <drawingml/customshapeproperties.hxx> -#include <drawingml/shapepropertiescontext.hxx> -#include <drawingml/shapestylecontext.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/drawing/HomogenMatrix3.hpp> @@ -25,7 +23,6 @@ #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> #include <oox/drawingml/shape.hxx> -#include <sal/log.hxx> #include <boost/optional.hpp> |