From 940a2944b0791cdf5894b4b2e4e30d8a71d5f304 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 9 Nov 2013 14:10:44 -0600 Subject: fdo#65108 inter-module includes <> Change-Id: Ie672de68f6a87713a379e794fa3ad255ad52a71e --- include/oox/vml/vmldrawing.hxx | 2 +- include/oox/vml/vmldrawingfragment.hxx | 4 ++-- include/oox/vml/vmlformatting.hxx | 4 ++-- include/oox/vml/vmlshape.hxx | 6 +++--- include/oox/vml/vmlshapecontainer.hxx | 4 ++-- include/oox/vml/vmlshapecontext.hxx | 2 +- include/oox/vml/vmltextbox.hxx | 4 ++-- include/oox/vml/vmltextboxcontext.hxx | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) (limited to 'include/oox/vml') diff --git a/include/oox/vml/vmldrawing.hxx b/include/oox/vml/vmldrawing.hxx index 9ced842bb221..ae6f79e3375b 100644 --- a/include/oox/vml/vmldrawing.hxx +++ b/include/oox/vml/vmldrawing.hxx @@ -26,7 +26,7 @@ #include #include #include -#include "oox/dllapi.h" +#include namespace com { namespace sun { namespace star { namespace awt { struct Rectangle; } diff --git a/include/oox/vml/vmldrawingfragment.hxx b/include/oox/vml/vmldrawingfragment.hxx index 36dbb7da6700..d896f1e92621 100644 --- a/include/oox/vml/vmldrawingfragment.hxx +++ b/include/oox/vml/vmldrawingfragment.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_OOX_VML_VMLDRAWINGFRAGMENT_HXX #define INCLUDED_OOX_VML_VMLDRAWINGFRAGMENT_HXX -#include "oox/core/fragmenthandler2.hxx" -#include "oox/dllapi.h" +#include +#include namespace oox { namespace vml { diff --git a/include/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx index a2fe15bc58f2..c7d84ffe8ffc 100644 --- a/include/oox/vml/vmlformatting.hxx +++ b/include/oox/vml/vmlformatting.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_OOX_VML_VMLFORMATTING_HXX #define INCLUDED_OOX_VML_VMLFORMATTING_HXX -#include "oox/helper/helper.hxx" -#include "oox/dllapi.h" +#include +#include #include #include #include diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx index 90e40377b311..fcfb9671c643 100644 --- a/include/oox/vml/vmlshape.hxx +++ b/include/oox/vml/vmlshape.hxx @@ -23,9 +23,9 @@ #include #include #include -#include "oox/vml/vmlformatting.hxx" -#include "oox/vml/vmltextbox.hxx" -#include "oox/dllapi.h" +#include +#include +#include namespace com { namespace sun { namespace star { namespace awt { struct Rectangle; } diff --git a/include/oox/vml/vmlshapecontainer.hxx b/include/oox/vml/vmlshapecontainer.hxx index 637254e989c9..f927ec83f599 100644 --- a/include/oox/vml/vmlshapecontainer.hxx +++ b/include/oox/vml/vmlshapecontainer.hxx @@ -21,8 +21,8 @@ #define INCLUDED_OOX_VML_VMLSHAPECONTAINER_HXX #include -#include "oox/helper/refmap.hxx" -#include "oox/helper/refvector.hxx" +#include +#include #include namespace com { namespace sun { namespace star { diff --git a/include/oox/vml/vmlshapecontext.hxx b/include/oox/vml/vmlshapecontext.hxx index 769eede4e361..1509fc9b4700 100644 --- a/include/oox/vml/vmlshapecontext.hxx +++ b/include/oox/vml/vmlshapecontext.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OOX_VML_VMLSHAPECONTEXT_HXX #define INCLUDED_OOX_VML_VMLSHAPECONTEXT_HXX -#include "oox/core/contexthandler2.hxx" +#include namespace oox { namespace vml { diff --git a/include/oox/vml/vmltextbox.hxx b/include/oox/vml/vmltextbox.hxx index 483aa79142b1..ecc04c097f26 100644 --- a/include/oox/vml/vmltextbox.hxx +++ b/include/oox/vml/vmltextbox.hxx @@ -22,8 +22,8 @@ #include #include -#include "oox/helper/helper.hxx" -#include "oox/dllapi.h" +#include +#include #include namespace com { namespace sun { namespace star { diff --git a/include/oox/vml/vmltextboxcontext.hxx b/include/oox/vml/vmltextboxcontext.hxx index 0befe8847e78..740b816ecb82 100644 --- a/include/oox/vml/vmltextboxcontext.hxx +++ b/include/oox/vml/vmltextboxcontext.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_OOX_VML_VMLTEXTBOXCONTEXT_HXX #define INCLUDED_OOX_VML_VMLTEXTBOXCONTEXT_HXX -#include "oox/core/contexthandler2.hxx" -#include "oox/vml/vmltextbox.hxx" +#include +#include namespace oox { class GraphicHelper; -- cgit