coverity#708111 Uninitialized scalar field

Change-Id: I937d83e8c219bb1b672ec0b8b40204d9b20c8317
This commit is contained in:
Caolán McNamara
2014-04-09 16:08:48 +01:00
parent 500532cdc1
commit a420aa90a8

View File

@@ -89,6 +89,8 @@ ScViewDataTable::ScViewDataTable() :
nFixPosY( 0 ),
nCurX( 0 ),
nCurY( 0 ),
nOldCurX( 0 ),
nOldCurY( 0 ),
bShowGrid( true ),
mbOldCursorValid( false )
{