summaryrefslogtreecommitdiff
path: root/oox/source/shape/LockedCanvasContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/shape/LockedCanvasContext.hxx')
-rw-r--r--oox/source/shape/LockedCanvasContext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/LockedCanvasContext.hxx b/oox/source/shape/LockedCanvasContext.hxx
index a2e430c67938..21dc10f3f804 100644
--- a/oox/source/shape/LockedCanvasContext.hxx
+++ b/oox/source/shape/LockedCanvasContext.hxx
@@ -27,7 +27,7 @@ public:
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 Element, const ::oox::AttributeList& rAttribs) override;
- oox::drawingml::ShapePtr getShape()
+ const oox::drawingml::ShapePtr& getShape()
{
return mpShape;
}