Kaydet (Commit) 7b3a0b7e authored tarafından Miklos Vajna's avatar Miklos Vajna

oox: these getShape() functions can be const

Change-Id: Ib0ecffa05b417072c463081691b553d04cf39c9e
Reviewed-on: https://gerrit.libreoffice.org/37914Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 63e801a6
...@@ -27,7 +27,7 @@ public: ...@@ -27,7 +27,7 @@ public:
oox::core::ContextHandlerRef onCreateContext(sal_Int32 Element, const ::oox::AttributeList& rAttribs) override; oox::core::ContextHandlerRef onCreateContext(sal_Int32 Element, const ::oox::AttributeList& rAttribs) override;
const oox::drawingml::ShapePtr& getShape() const oox::drawingml::ShapePtr& getShape() const
{ {
return mpShape; return mpShape;
} }
......
...@@ -27,7 +27,7 @@ public: ...@@ -27,7 +27,7 @@ public:
oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElementToken, const oox::AttributeList& rAttribs) override; oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElementToken, const oox::AttributeList& rAttribs) override;
const oox::drawingml::ShapePtr& getShape() const oox::drawingml::ShapePtr& getShape() const
{ {
return mpShape; return mpShape;
} }
......
...@@ -27,7 +27,7 @@ public: ...@@ -27,7 +27,7 @@ public:
oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElementToken, const oox::AttributeList& rAttribs) override; oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElementToken, const oox::AttributeList& rAttribs) override;
const oox::drawingml::ShapePtr& getShape() const oox::drawingml::ShapePtr& getShape() const
{ {
return mpShape; return mpShape;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment