sc-uninitialized-var-fix.diff: initialize data members for sure
This commit is contained in:
parent
fbf28ef12b
commit
35c5fca7f6
1 changed files with 4 additions and 0 deletions
|
@ -429,6 +429,10 @@ ScGridWindow::ScGridWindow( Window* pParent, ScViewData* pData, ScSplitPos eWhic
|
|||
bPagebreakDrawn( FALSE ),
|
||||
nPageScript( 0 ),
|
||||
bDragRect( FALSE ),
|
||||
nDragStartX( -1 ),
|
||||
nDragStartY( -1 ),
|
||||
nDragEndX( -1 ),
|
||||
nDragEndY( -1 ),
|
||||
meDragInsertMode( INS_NONE ),
|
||||
nCurrentPointer( 0 ),
|
||||
bIsInScroll( FALSE ),
|
||||
|
|
Loading…
Reference in a new issue