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 90fd3fb9aa21..b7dfb1d95c35 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) override;
- oox::drawingml::ShapePtr getShape()
+ const oox::drawingml::ShapePtr& getShape()
{
return mpShape;
}