summaryrefslogtreecommitdiff
path: root/oox/source
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source')
-rw-r--r--oox/source/ppt/pptshape.cxx5
1 files changed, 0 insertions, 5 deletions
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)