Kaydet (Commit) 2756299d authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1202953 Uninitialized pointer field

Change-Id: I7d0950873bed5bf9fb83cb72419c9b46555b23ae
üst 7d0f4ec6
......@@ -207,7 +207,18 @@ ScTabView::ScTabView( Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pView
pDrawBrushSet( NULL ),
pTimerWindow( NULL ),
nTipVisible( 0 ),
nPrevDragPos( 0 ),
meBlockMode(None),
nBlockStartX( 0 ),
nBlockStartXOrig( 0 ),
nBlockEndX( 0 ),
nBlockStartY( 0 ),
nBlockStartYOrig( 0 ),
nBlockEndY( 0 ),
nBlockStartZ( 0 ),
nBlockEndZ( 0 ),
nOldCurX( 0 ),
nOldCurY( 0 ),
mfPendingTabBarWidth( -1.0 ),
bMinimized( false ),
bInUpdateHeader( false ),
......
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