summaryrefslogtreecommitdiff
path: root/oox/source/shape/WpsContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/shape/WpsContext.hxx')
-rw-r--r--oox/source/shape/WpsContext.hxx15
1 files changed, 14 insertions, 1 deletions
diff --git a/oox/source/shape/WpsContext.hxx b/oox/source/shape/WpsContext.hxx
index 16443a9f084a..e05a706c612e 100644
--- a/oox/source/shape/WpsContext.hxx
+++ b/oox/source/shape/WpsContext.hxx
@@ -10,10 +10,23 @@
#ifndef INCLUDED_OOX_SOURCE_SHAPE_WPSCONTEXT_HXX
#define INCLUDED_OOX_SOURCE_SHAPE_WPSCONTEXT_HXX
-#include <com/sun/star/drawing/XShape.hpp>
#include <oox/core/contexthandler2.hxx>
#include <oox/drawingml/drawingmltypes.hxx>
+namespace com
+{
+namespace sun
+{
+namespace star
+{
+namespace drawing
+{
+class XShape;
+}
+}
+}
+}
+
namespace oox
{
namespace shape