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.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx
index 45593de08c0b..23ae8d0c7b00 100644
--- a/include/sot/storage.hxx
+++ b/include/sot/storage.hxx
@@ -67,8 +67,7 @@ protected:
virtual ~SotStorageStream();
public:
SotStorageStream( const OUString &,
- StreamMode = STREAM_STD_READWRITE,
- StorageMode = StorageMode::Default );
+ StreamMode = STREAM_STD_READWRITE );
SotStorageStream( BaseStorageStream *pStm );
SotStorageStream();