Kaydet (Commit) 5f4a9d91 authored tarafından Michael Stahl's avatar Michael Stahl

warning C4305 truncation from int to bool

Change-Id: Id4323cdb5201875200e83e7fe8377f0262f07a4e
üst f9075eb5
...@@ -949,7 +949,7 @@ void Storage::SetClass( const SvGlobalName & rClass, ...@@ -949,7 +949,7 @@ void Storage::SetClass( const SvGlobalName & rClass,
SetError( aCompObj.GetError() ); SetError( aCompObj.GetError() );
else else
{ {
StgOleStream aOle( *this, STREAM_WRITE ); StgOleStream aOle(*this, true);
if( !aOle.Store() ) if( !aOle.Store() )
SetError( aOle.GetError() ); SetError( aOle.GetError() );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment