coverity#708336 Uninitialized scalar field
Change-Id: Ie4b6ea734d8ab77060848cd813b44d0727eb47c4
This commit is contained in:
parent
84e818dbd3
commit
2ab8d88ca9
@ -69,6 +69,7 @@ SvParser::SvParser( SvStream& rIn, sal_uInt8 nStackSize )
|
||||
, eState( SVPAR_NOTSTARTED )
|
||||
, eSrcEnc( RTL_TEXTENCODING_DONTKNOW )
|
||||
, nNextChPos(0)
|
||||
, nNextCh(0)
|
||||
, bDownloadingFile(false)
|
||||
, bUCS2BSrcEnc(false)
|
||||
, bSwitchToUCS2(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user