diff options
Diffstat (limited to 'oox/source/drawingml/diagram')
-rw-r--r-- | oox/source/drawingml/diagram/datamodel.cxx | 4 | ||||
-rw-r--r-- | oox/source/drawingml/diagram/diagramlayoutatoms.cxx | 1 | ||||
-rw-r--r-- | oox/source/drawingml/diagram/layoutnodecontext.cxx | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/oox/source/drawingml/diagram/datamodel.cxx b/oox/source/drawingml/diagram/datamodel.cxx index 3a090c1276d8..469f404367f6 100644 --- a/oox/source/drawingml/diagram/datamodel.cxx +++ b/oox/source/drawingml/diagram/datamodel.cxx @@ -20,18 +20,14 @@ #include "datamodel.hxx" #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> -#include <drawingml/customshapeproperties.hxx> #include <drawingml/fillproperties.hxx> #include <drawingml/textbody.hxx> #include <drawingml/textparagraph.hxx> #include <drawingml/textrun.hxx> #include <oox/drawingml/shape.hxx> -#include <oox/token/namespaces.hxx> -#include <svx/DiagramDataInterface.hxx> #include <comphelper/xmltools.hxx> #include <unordered_set> -#include <iostream> #include <fstream> using namespace ::com::sun::star; diff --git a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx index 41f38b744d1b..71e9f1970aa6 100644 --- a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx +++ b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx @@ -32,7 +32,6 @@ #include <drawingml/textparagraph.hxx> #include <drawingml/textrun.hxx> #include <drawingml/customshapeproperties.hxx> -#include <tools/gen.hxx> #include <com/sun/star/drawing/TextFitToSizeType.hpp> using namespace ::com::sun::star; diff --git a/oox/source/drawingml/diagram/layoutnodecontext.cxx b/oox/source/drawingml/diagram/layoutnodecontext.cxx index 06973178a0c7..944f8dc6e390 100644 --- a/oox/source/drawingml/diagram/layoutnodecontext.cxx +++ b/oox/source/drawingml/diagram/layoutnodecontext.cxx @@ -22,7 +22,6 @@ #include <oox/helper/attributelist.hxx> #include <oox/drawingml/shapecontext.hxx> #include <drawingml/customshapeproperties.hxx> -#include "diagramdefinitioncontext.hxx" #include "constraintlistcontext.hxx" #include <oox/token/namespaces.hxx> #include <oox/token/tokens.hxx> |