From a45827b2308febc7369db27fb489a6d1389534e1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Jul 2015 08:39:57 +0200 Subject: loplugin:unusedmethods Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sot/source/sdstor/stgdir.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sot/source/sdstor/stgdir.hxx') diff --git a/sot/source/sdstor/stgdir.hxx b/sot/source/sdstor/stgdir.hxx index 55be53d8d359..e8c3ec7acb90 100644 --- a/sot/source/sdstor/stgdir.hxx +++ b/sot/source/sdstor/stgdir.hxx @@ -77,7 +77,6 @@ public: bool IsDirty(); bool Commit(); - bool Revert(); void OpenStream( StgIo&, bool=false ); // set up an appropriate stream void Close(); @@ -105,7 +104,6 @@ public: StgDirEntry* Find( StgDirEntry&, const OUString& ); StgDirEntry* Create( StgDirEntry&, const OUString&, StgEntryType ); bool Rename( StgDirEntry&, const OUString&, const OUString& ); - bool Move( StgDirEntry&, StgDirEntry&, const OUString& ); }; class StgIterator : public StgAvlIterator -- cgit