From 2608523b69fd6f1d888a74674a6ec795b4ad3aad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 25 Jan 2017 10:19:59 +0200 Subject: loplugin: unnecessary destructor sfx2..store Change-Id: Idbf2585e48cd89a43ab68c5c8819880d20461ccf Reviewed-on: https://gerrit.libreoffice.org/33514 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sot/source/sdstor/stgstrms.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sot') diff --git a/sot/source/sdstor/stgstrms.hxx b/sot/source/sdstor/stgstrms.hxx index 9b9c41c30254..d2b8f3062e33 100644 --- a/sot/source/sdstor/stgstrms.hxx +++ b/sot/source/sdstor/stgstrms.hxx @@ -100,7 +100,6 @@ class StgFATStrm : public StgStrm { // the master FAT stream bool SetPage( short, sal_Int32 ); public: explicit StgFATStrm( StgIo& ); - virtual ~StgFATStrm() override {} using StgStrm::GetPage; sal_Int32 GetPage( short, bool, sal_uInt16 *pnMasterAlloc = nullptr); virtual bool SetSize( sal_Int32 ) override; -- cgit v1.2.3