summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/shapestylecontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/shapestylecontext.hxx')
-rw-r--r--oox/inc/drawingml/shapestylecontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/shapestylecontext.hxx b/oox/inc/drawingml/shapestylecontext.hxx
index 693d9bcdbfdc..fe4851a38392 100644
--- a/oox/inc/drawingml/shapestylecontext.hxx
+++ b/oox/inc/drawingml/shapestylecontext.hxx
@@ -28,7 +28,7 @@ namespace oox { namespace drawingml {
class ShapeStyleContext : public ::oox::core::ContextHandler2
{
public:
- ShapeStyleContext( ::oox::core::ContextHandler2Helper& rParent, Shape& rShape );
+ ShapeStyleContext( ::oox::core::ContextHandler2Helper const & rParent, Shape& rShape );
virtual ~ShapeStyleContext() override;
virtual ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) override;