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.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 * );