summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/spdefcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/spdefcontext.cxx')
-rw-r--r--oox/source/drawingml/spdefcontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/spdefcontext.cxx b/oox/source/drawingml/spdefcontext.cxx
index b12cdc9d136d..bee38fb1bf5d 100644
--- a/oox/source/drawingml/spdefcontext.cxx
+++ b/oox/source/drawingml/spdefcontext.cxx
@@ -31,7 +31,7 @@ using namespace ::com::sun::star::xml::sax;
namespace oox { namespace drawingml {
-spDefContext::spDefContext( ContextHandler2Helper& rParent, Shape& rDefaultObject )
+spDefContext::spDefContext( ContextHandler2Helper const & rParent, Shape& rDefaultObject )
: ContextHandler2( rParent )
, mrDefaultObject( rDefaultObject )
{