From aac6bb5bb3359a4c38bf77a98ac4bbdca470107c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 23 Jan 2017 10:11:24 +0000 Subject: ditch some empty dtors which match the default dtor Change-Id: Id2450b03e6c8c5461e92d995ea8c33d5dfd55a45 --- xmloff/source/transform/FrameOOoTContext.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xmloff/source/transform/FrameOOoTContext.cxx') diff --git a/xmloff/source/transform/FrameOOoTContext.cxx b/xmloff/source/transform/FrameOOoTContext.cxx index 74385d604e03..0176964f7711 100644 --- a/xmloff/source/transform/FrameOOoTContext.cxx +++ b/xmloff/source/transform/FrameOOoTContext.cxx @@ -42,10 +42,6 @@ XMLFrameOOoTransformerContext::XMLFrameOOoTransformerContext( { } -XMLFrameOOoTransformerContext::~XMLFrameOOoTransformerContext() -{ -} - void XMLFrameOOoTransformerContext::StartElement( const Reference< XAttributeList >& rAttrList ) { -- cgit