summaryrefslogtreecommitdiff
path: root/include/sot
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-07 10:35:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-07 11:05:06 +0200
commitbd9f5783abe2ed807c3c70a60e5e00b5d117d820 (patch)
tree484897fabee39134a2f74f09641335979c91c2e8 /include/sot
parent76c50eddb0484d687425040f152460ea61af993c (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.hxx2
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 * );