summaryrefslogtreecommitdiffstats
path: root/oox/source/shape/WpgContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/shape/WpgContext.hxx')
-rw-r--r--oox/source/shape/WpgContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/WpgContext.hxx b/oox/source/shape/WpgContext.hxx
index 444efe48331a..e59cf54c4207 100644
--- a/oox/source/shape/WpgContext.hxx
+++ b/oox/source/shape/WpgContext.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;