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