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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/WpsContext.hxx b/oox/source/shape/WpsContext.hxx
index aafc77a32a5e..cde35324cd1a 100644
--- a/oox/source/shape/WpsContext.hxx
+++ b/oox/source/shape/WpsContext.hxx
@@ -27,7 +27,7 @@ public:
virtual oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElementToken, const oox::AttributeList& rAttribs) SAL_OVERRIDE;
- oox::drawingml::ShapePtr getShape();
+ oox::drawingml::ShapePtr getShape() { return mpShape;}
protected:
oox::drawingml::ShapePtr mpShape;