summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stg.cxx')
-rw-r--r--sot/source/sdstor/stg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx
index d5e0bf691877..03313496f402 100644
--- a/sot/source/sdstor/stg.cxx
+++ b/sot/source/sdstor/stg.cxx
@@ -166,7 +166,7 @@ StorageStream::StorageStream( StgIo* p, StgDirEntry* q, StreamMode m )
}
}
else
- m &= ~StreamMode(StreamMode::READWRITE);
+ m &= ~StreamMode::READWRITE;
m_nMode = m;
}
@@ -478,7 +478,7 @@ Storage::Storage( StgIo* p, StgDirEntry* q, StreamMode m )
if( q )
q->m_aEntry.GetName( aName );
else
- m &= ~StreamMode(StreamMode::READWRITE);
+ m &= ~StreamMode::READWRITE;
m_nMode = m;
if( q && q->m_nRefCnt == 1 )
q->m_nMode = m;