From 2c8fe2e737b84ecd3dbac36a4fe6bd061bbd3bae Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 16 May 2016 10:11:04 +0200 Subject: update unusedmethods plugin to deal with constructors and fix the operator< implementations in some of the other plugins too. Change-Id: Ie5631e0cdc8d2a994ad2af2533cdb558a6cfc035 Reviewed-on: https://gerrit.libreoffice.org/25057 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sot/source/sdstor/storage.cxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sot/source/sdstor') diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index 54c40f8b8e29..b0ef715f8507 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -87,13 +87,6 @@ SotStorageStream::SotStorageStream( BaseStorageStream * pStm ) } } -SotStorageStream::SotStorageStream() - : pOwnStm( nullptr ) -{ - // ??? wenn Init virtuell ist, entsprechen setzen - m_isWritable = true; -} - SotStorageStream::~SotStorageStream() { Flush(); //SetBufferSize(0); @@ -283,12 +276,6 @@ bool SotStorageStream::SetProperty( const OUString& rName, const css::uno::Any& , m_bDelStm( false ) \ , m_nVersion( SOFFICE_FILEFORMAT_CURRENT ) -SotStorage::SotStorage() - INIT_SotStorage() -{ - // ??? What's this ??? -} - #define ERASEMASK ( StreamMode::TRUNC | StreamMode::WRITE | StreamMode::SHARE_DENYALL ) #include #include -- cgit