diff options
author | Noel Grandin <noel@peralex.com> | 2016-10-10 15:46:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-11 06:12:39 +0000 |
commit | fe82f6fc5cbd638972571a33f04e95971507bba9 (patch) | |
tree | f32ed4ef38c879c5c7704501985d507a779b1675 /xmloff/source/draw/ximp3dobject.cxx | |
parent | 90a0e59737d680b35d7dff1a59f66e53c13f444d (diff) |
loplugin:unnnecessaryoverride in xmloff
Change-Id: Iad519bd61ce1d1bf4ef4e12543b0d485249db36b
Reviewed-on: https://gerrit.libreoffice.org/29672
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/draw/ximp3dobject.cxx')
-rw-r--r-- | xmloff/source/draw/ximp3dobject.cxx | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/xmloff/source/draw/ximp3dobject.cxx b/xmloff/source/draw/ximp3dobject.cxx index 2229a56239ca..02205c602ce5 100644 --- a/xmloff/source/draw/ximp3dobject.cxx +++ b/xmloff/source/draw/ximp3dobject.cxx @@ -185,13 +185,6 @@ void SdXML3DCubeObjectShapeContext::StartElement(const uno::Reference< xml::sax: } } -void SdXML3DCubeObjectShapeContext::EndElement() -{ - // call parent - SdXML3DObjectContext::EndElement(); -} - - SdXML3DSphereObjectShapeContext::SdXML3DSphereObjectShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, @@ -279,13 +272,6 @@ void SdXML3DSphereObjectShapeContext::StartElement(const uno::Reference< xml::sa } } -void SdXML3DSphereObjectShapeContext::EndElement() -{ - // call parent - SdXML3DObjectContext::EndElement(); -} - - SdXML3DPolygonBasedShapeContext::SdXML3DPolygonBasedShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, @@ -362,12 +348,6 @@ void SdXML3DPolygonBasedShapeContext::StartElement(const uno::Reference< xml::sa } } -void SdXML3DPolygonBasedShapeContext::EndElement() -{ - // call parent - SdXML3DObjectContext::EndElement(); -} - SdXML3DLatheObjectShapeContext::SdXML3DLatheObjectShapeContext( SvXMLImport& rImport, @@ -395,13 +375,6 @@ void SdXML3DLatheObjectShapeContext::StartElement(const uno::Reference< xml::sax } } -void SdXML3DLatheObjectShapeContext::EndElement() -{ - // call parent - SdXML3DPolygonBasedShapeContext::EndElement(); -} - - SdXML3DExtrudeObjectShapeContext::SdXML3DExtrudeObjectShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, @@ -427,12 +400,5 @@ void SdXML3DExtrudeObjectShapeContext::StartElement(const uno::Reference< xml::s } } -void SdXML3DExtrudeObjectShapeContext::EndElement() -{ - // call parent - SdXML3DPolygonBasedShapeContext::EndElement(); -} - -// EOF /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |