summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/storage.cxx13
1 files changed, 0 insertions, 13 deletions
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 <com/sun/star/uno/Reference.h>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>