summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-05-16 13:57:31 +0000
committerMathias Bauer <mba@openoffice.org>2001-05-16 13:57:31 +0000
commitdc65636d80402207e58b97cb270c8bbba6de6a16 (patch)
tree1c990b1f53150088344f2e27bcd081b8eca22f26 /sot
parentdcf5e0f075439d8f3489a392f18fe83d1850c194 (diff)
#86207#: restore old default for opening substorages
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index 3a09ffcaea65..58dadeb42bea 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -1582,7 +1582,7 @@ BaseStorage* UCBStorage::OpenStorage( const String& rEleName, StreamMode nMode,
if( !rEleName.Len() )
return NULL;
- return OpenStorage_Impl( rEleName, nMode, bDirect, FALSE );
+ return OpenStorage_Impl( rEleName, nMode, bDirect, TRUE );
}
BaseStorage* UCBStorage::OpenStorage_Impl( const String& rEleName, StreamMode nMode, BOOL bDirect, BOOL bForceUCBStorage )