diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-27 12:47:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-27 13:40:09 +0100 |
commit | 231e9cff20346f5c28f8858c970ca9cb8506662f (patch) | |
tree | ad47f493812c69c581d33bda1f523b3f4361c5c1 /oox/inc | |
parent | 449440706c6db8f10d37321ed1280d986d07b9f3 (diff) |
WaE: scary msvc2008 warning about using delete on an incomplete type
Change-Id: I2d83fde2e52576f73cbc0d99053734e5068c1f9c
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/vml/vmldrawing.hxx | 4 | ||||
-rw-r--r-- | oox/inc/oox/vml/vmlshape.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/oox/inc/oox/vml/vmldrawing.hxx b/oox/inc/oox/vml/vmldrawing.hxx index 5415deedaf97..9a10b17a45fe 100644 --- a/oox/inc/oox/vml/vmldrawing.hxx +++ b/oox/inc/oox/vml/vmldrawing.hxx @@ -32,7 +32,9 @@ #include <map> #include <memory> #include <vector> +#include <oox/ole/axcontrol.hxx> #include <oox/ole/oleobjecthelper.hxx> +#include <oox/vml/vmlshapecontainer.hxx> #include "oox/dllapi.h" namespace com { namespace sun { namespace star { @@ -46,14 +48,12 @@ namespace com { namespace sun { namespace star { namespace oox { namespace core { class XmlFilterBase; } namespace ole { class EmbeddedControl; } - namespace ole { class EmbeddedForm; } } namespace oox { namespace vml { class ShapeBase; -class ShapeContainer; struct ClientData; // ============================================================================ diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx index d969577ca212..b60e2515eddb 100644 --- a/oox/inc/oox/vml/vmlshape.hxx +++ b/oox/inc/oox/vml/vmlshape.hxx @@ -33,6 +33,7 @@ #include <vector> #include <com/sun/star/awt/Point.hpp> #include "oox/vml/vmlformatting.hxx" +#include "oox/vml/vmltextbox.hxx" #include "oox/dllapi.h" namespace com { namespace sun { namespace star { @@ -47,7 +48,6 @@ namespace vml { class Drawing; struct ShapeParentAnchor; class ShapeContainer; -class TextBox; // ============================================================================ |