Kaydet (Commit) 470af978 authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#707648 uninitialized member

Change-Id: Ib8371710dd6c856b143782ca9c18f4ee76798f0e
üst 3c2983de
...@@ -47,6 +47,7 @@ SbiScanner::SbiScanner( const OUString& rBuf, StarBASIC* p ) : aBuf( rBuf ) ...@@ -47,6 +47,7 @@ SbiScanner::SbiScanner( const OUString& rBuf, StarBASIC* p ) : aBuf( rBuf )
bInStatement = bInStatement =
bPrevLineExtentsComment = false; bPrevLineExtentsComment = false;
bHash = true; bHash = true;
pSaveLine = NULL;
} }
SbiScanner::~SbiScanner() SbiScanner::~SbiScanner()
......
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