summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-27 12:47:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-27 13:40:09 +0100
commit231e9cff20346f5c28f8858c970ca9cb8506662f (patch)
treead47f493812c69c581d33bda1f523b3f4361c5c1 /oox
parent449440706c6db8f10d37321ed1280d986d07b9f3 (diff)
WaE: scary msvc2008 warning about using delete on an incomplete type
Change-Id: I2d83fde2e52576f73cbc0d99053734e5068c1f9c
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/vml/vmldrawing.hxx4
-rw-r--r--oox/inc/oox/vml/vmlshape.hxx2
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;
// ============================================================================