summaryrefslogtreecommitdiff
path: root/include/sot/storage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sot/storage.hxx')
-rw-r--r--include/sot/storage.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx
index 06a1b785f621..25f0a39ac755 100644
--- a/include/sot/storage.hxx
+++ b/include/sot/storage.hxx
@@ -47,7 +47,6 @@ public:
SotStorageStream( const OUString &,
StreamMode = STREAM_STD_READWRITE );
SotStorageStream( BaseStorageStream *pStm );
- SotStorageStream();
virtual void ResetError() override;
@@ -85,7 +84,6 @@ public:
SotStorage( SvStream & rStm );
SotStorage( bool bUCBStorage, SvStream & rStm );
SotStorage( SvStream * pStm, bool bDelete );
- SotStorage();
SvMemoryStream * CreateMemoryStream();