Kaydet (Commit) 231e9cff authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: scary msvc2008 warning about using delete on an incomplete type

Change-Id: I2d83fde2e52576f73cbc0d99053734e5068c1f9c
üst 44944070
......@@ -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;
// ============================================================================
......
......@@ -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;
// ============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment