summaryrefslogtreecommitdiff
path: root/include/oox/ppt/pptshapepropertiescontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/pptshapepropertiescontext.hxx')
-rw-r--r--include/oox/ppt/pptshapepropertiescontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/ppt/pptshapepropertiescontext.hxx b/include/oox/ppt/pptshapepropertiescontext.hxx
index dffa4795ae28..7e2039a7c794 100644
--- a/include/oox/ppt/pptshapepropertiescontext.hxx
+++ b/include/oox/ppt/pptshapepropertiescontext.hxx
@@ -35,7 +35,7 @@ namespace oox { namespace ppt {
class PPTShapePropertiesContext : public ::oox::drawingml::ShapePropertiesContext
{
public:
- PPTShapePropertiesContext( ::oox::core::ContextHandler2Helper& rParent, ::oox::drawingml::Shape& rShape );
+ PPTShapePropertiesContext( ::oox::core::ContextHandler2Helper const & rParent, ::oox::drawingml::Shape& rShape );
virtual ::oox::core::ContextHandlerRef
onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override;
};