coverity#708054 Uninitialized scalar field
Change-Id: I75e0bb3a5c0894663fbade08b88ea10efc578c63
This commit is contained in:
@@ -31,10 +31,11 @@
|
|||||||
#include "formulacell.hxx"
|
#include "formulacell.hxx"
|
||||||
#include "biff.hxx"
|
#include "biff.hxx"
|
||||||
|
|
||||||
ScBiffReader::ScBiffReader( SfxMedium & rMedium ) :
|
ScBiffReader::ScBiffReader(SfxMedium& rMedium)
|
||||||
mnId(0),
|
: mnId(0)
|
||||||
mnLength(0),
|
, mnLength(0)
|
||||||
mnOffset(0)
|
, mnOffset(0)
|
||||||
|
, mbEndOfFile(false)
|
||||||
{
|
{
|
||||||
mpStream = rMedium.GetInStream();
|
mpStream = rMedium.GetInStream();
|
||||||
if( mpStream )
|
if( mpStream )
|
||||||
|
Reference in New Issue
Block a user