From 62223f9a8a4d069b34e37ad0c1bf5b73916a646e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 5 Oct 2016 09:34:05 +0200 Subject: loplugin:unnecessaryoverride Change-Id: I08c55a3023ec2e8990098eeb60e91cd18556e7ae Reviewed-on: https://gerrit.libreoffice.org/29656 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- oox/source/ppt/pptshape.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'oox') diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx index 71f6428ff596..9a673b73a8b5 100644 --- a/oox/source/ppt/pptshape.cxx +++ b/oox/source/ppt/pptshape.cxx @@ -376,11 +376,6 @@ void PPTShape::addShape( } } -void PPTShape::applyShapeReference( const oox::drawingml::Shape& rReferencedShape, bool bUseText ) -{ - Shape::applyShapeReference( rReferencedShape, bUseText ); -} - namespace { bool ShapeLocationIsMaster(oox::drawingml::Shape *pInShape) -- cgit