diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 10:01:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:05:05 +0200 |
commit | 76c50eddb0484d687425040f152460ea61af993c (patch) | |
tree | 14571a876f66b19ca338a674f30bd5619426b1e5 /include | |
parent | 66335d3898547410f8ebf9963fb00d24352a56cc (diff) |
Remove unused SotStorage ctor nStorageMode param
Change-Id: I6af399ef26d3f3ee97a49592cf97c590c0781eb0
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 1c6e4912d4e3..96ede56ae2ac 100644 --- a/include/sot/storage.hxx +++ b/include/sot/storage.hxx @@ -119,8 +119,7 @@ public: StreamMode = STREAM_STD_READWRITE, StorageMode = StorageMode::Default ); SotStorage( bool bUCBStorage, const OUString &, - StreamMode = STREAM_STD_READWRITE, - StorageMode = StorageMode::Default ); + StreamMode = STREAM_STD_READWRITE ); SotStorage( BaseStorage * ); SotStorage( SvStream & rStm ); SotStorage( bool bUCBStorage, SvStream & rStm ); |