From 3c6b7c8b43d23dd7de46c02ee2cfa5bd2a97f168 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Jan 2017 08:35:37 +0200 Subject: loplugin: unnecessary destructor sc Change-Id: I877bc0927aff7d175c1978fdf3db55d2e048d3b9 Reviewed-on: https://gerrit.libreoffice.org/33510 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/filter/excel/xilink.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sc/source/filter/excel/xilink.cxx') diff --git a/sc/source/filter/excel/xilink.cxx b/sc/source/filter/excel/xilink.cxx index ef9f96ba8484..25c2ecee968a 100644 --- a/sc/source/filter/excel/xilink.cxx +++ b/sc/source/filter/excel/xilink.cxx @@ -64,7 +64,6 @@ public: /** Stores the sheet name and marks the sheet index as invalid. The sheet index is set while creating the Calc sheet with CreateTable(). */ explicit XclImpSupbookTab( const OUString& rTabName ); - ~XclImpSupbookTab(); inline const OUString& GetTabName() const { return maTabName; } @@ -564,10 +563,6 @@ XclImpSupbookTab::XclImpSupbookTab( const OUString& rTabName ) : { } -XclImpSupbookTab::~XclImpSupbookTab() -{ -} - void XclImpSupbookTab::ReadCrn( XclImpStream& rStrm, const XclAddress& rXclPos ) { XclImpCrnRef crnRef( new XclImpCrn(rStrm, rXclPos) ); -- cgit