diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 10:35:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-07 11:05:06 +0200 |
commit | bd9f5783abe2ed807c3c70a60e5e00b5d117d820 (patch) | |
tree | 484897fabee39134a2f74f09641335979c91c2e8 /include/sot | |
parent | 76c50eddb0484d687425040f152460ea61af993c (diff) |
SotStorage ctor nStorageMode param is effectively only used as bool transacted
Change-Id: I3458ae46c256206e31ad268f47e8b92a30f3738e
Diffstat (limited to 'include/sot')
-rw-r--r-- | include/sot/storage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sot/storage.hxx b/include/sot/storage.hxx index 96ede56ae2ac..0116453a3135 100644 --- a/include/sot/storage.hxx +++ b/include/sot/storage.hxx @@ -117,7 +117,7 @@ protected: public: SotStorage( const OUString &, StreamMode = STREAM_STD_READWRITE, - StorageMode = StorageMode::Default ); + bool transacted = false ); SotStorage( bool bUCBStorage, const OUString &, StreamMode = STREAM_STD_READWRITE ); SotStorage( BaseStorage * ); |