diff options
Diffstat (limited to 'oox/source/ppt/pptshapegroupcontext.cxx')
-rw-r--r-- | oox/source/ppt/pptshapegroupcontext.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/pptshapegroupcontext.cxx b/oox/source/ppt/pptshapegroupcontext.cxx index 975906d797f6..05044caa23b0 100644 --- a/oox/source/ppt/pptshapegroupcontext.cxx +++ b/oox/source/ppt/pptshapegroupcontext.cxx @@ -49,12 +49,12 @@ namespace oox { namespace ppt { PPTShapeGroupContext::PPTShapeGroupContext( ContextHandler2Helper& rParent, - const oox::ppt::SlidePersistPtr pSlidePersistPtr, + const oox::ppt::SlidePersistPtr& rSlidePersistPtr, const ShapeLocation eShapeLocation, oox::drawingml::ShapePtr pMasterShapePtr, oox::drawingml::ShapePtr pGroupShapePtr ) : ShapeGroupContext( rParent, pMasterShapePtr, pGroupShapePtr ) -, mpSlidePersistPtr( pSlidePersistPtr ) +, mpSlidePersistPtr( rSlidePersistPtr ) , meShapeLocation( eShapeLocation ) , pGraphicShape( (PPTShape *)NULL ) { |