summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-12-02 05:24:27 +0000
committerMichael Brauer <mib@openoffice.org>2000-12-02 05:24:27 +0000
commit6427e36d805c995fd94d7a67783ac9efa063593d (patch)
tree985d5b0bd9a4baa03ea476f78e925d2b1cf1cf28 /sot
parenta1b3e416c2b043133ba92dd5be51829c3eafe413 (diff)
#80466#: some forgotten initializations
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index 44750433c206..deddfa912f35 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -181,6 +181,7 @@ UCBStorageStream_Impl::UCBStorageStream_Impl( const String& rName, StreamMode nM
: m_pAntiImpl( pStream )
, m_bModified( FALSE )
, m_bCommited( FALSE )
+ , m_bIsOLEStorage( FALSE )
, m_bDirect( bDirect )
, m_aURL( rName )
, m_nMode( nMode )
@@ -535,6 +536,10 @@ UCBStorage_Impl::UCBStorage_Impl( const String& rName, StreamMode nMode, UCBStor
, m_nMode( nMode )
, m_bIsRoot( bIsRoot )
, m_bDirect( bDirect )
+ , m_bModified( FALSE )
+ , m_bCommited( FALSE )
+ , m_bDirty( FALSE )
+ , m_nFormat( 0 )
{
String aName( rName );
if( !aName.Len() )
@@ -565,6 +570,10 @@ UCBStorage_Impl::UCBStorage_Impl( SvStream& rStream, UCBStorage* pStorage, BOOL
, m_pSource( &rStream )
, m_bIsRoot( TRUE )
, m_bDirect( bDirect )
+ , m_bModified( FALSE )
+ , m_bCommited( FALSE )
+ , m_bDirty( FALSE )
+ , m_nFormat( 0 )
{
// UCBStorages work on a content, so a temporary file for a content must be created, even if the stream is only
// accessed readonly