diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-02 15:32:46 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-02 15:32:46 +0100 |
commit | 6756ee4743b4c750aa54a1b0f17f1fc945340089 (patch) | |
tree | 614cd697fbc7be67f05e759d66426a074cc2b86f /oox | |
parent | 3ceaa46425743483b767abdfae9b19f753759876 (diff) |
unused includes in RTF filter and related files
Change-Id: Id13e10f2ceed3985c78ccc542e6677eccc0cb1c7
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/customshapepresetdata.cxx | 10 | ||||
-rw-r--r-- | oox/source/shape/WpsContext.cxx | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/oox/source/drawingml/customshapepresetdata.cxx b/oox/source/drawingml/customshapepresetdata.cxx index 78d0af10fff8..0eadef15cbbc 100644 --- a/oox/source/drawingml/customshapepresetdata.cxx +++ b/oox/source/drawingml/customshapepresetdata.cxx @@ -13,18 +13,8 @@ #include <comphelper/sequenceasvector.hxx> #include "drawingml/customshapeproperties.hxx" -#include "oox/helper/helper.hxx" -#include "oox/helper/propertymap.hxx" -#include "oox/helper/propertyset.hxx" #include "oox/token/tokenmap.hxx" #include <com/sun/star/awt/Rectangle.hpp> -#include <com/sun/star/awt/Size.hpp> -#include <com/sun/star/beans/XMultiPropertySet.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/graphic/XGraphicTransformer.hpp> -#include <com/sun/star/drawing/XShape.hpp> -#include <com/sun/star/drawing/XEnhancedCustomShapeDefaulter.hpp> -#include <com/sun/star/drawing/EnhancedCustomShapeTextFrame.hpp> using namespace ::com::sun::star; diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 9e3218e5bfbc..a22d6b82c1da 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -13,7 +13,6 @@ #include <drawingml/shapestylecontext.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertyState.hpp> -#include <oox/drawingml/drawingmltypes.hxx> #include <boost/optional.hpp> |