diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 08:40:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:05:05 +0200 |
commit | 9e90401a2168e7db8a3f967f0d5011d2f52039eb (patch) | |
tree | ad398a0a9f2b1cf3cac2685c251ebd103cfcd00c /include | |
parent | 7df89ec7a2ccfc9b448ea33d0a9d4412062dee67 (diff) |
Remove unused SotStorageStream ctor nStorageMode param
Change-Id: I5f114f4ca92d991d17ad871d11a78a5306191f9c
Diffstat (limited to 'include')
-rw-r--r-- | include/sot/storage.hxx | 3 |
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(); |