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

coverity#1158491 Uninitialized pointer field

Change-Id: I6a055ef3146f4934e08d8be9af63e88c317fbeef
üst a9ae25fd
...@@ -37,6 +37,7 @@ ScCondFormatList::ScCondFormatList(Window* pParent, WinBits nStyle) ...@@ -37,6 +37,7 @@ ScCondFormatList::ScCondFormatList(Window* pParent, WinBits nStyle)
: Control(pParent, nStyle | WB_DIALOGCONTROL) : Control(pParent, nStyle | WB_DIALOGCONTROL)
, mbHasScrollBar(false) , mbHasScrollBar(false)
, mpScrollBar(new ScrollBar(this, WB_VERT )) , mpScrollBar(new ScrollBar(this, WB_VERT ))
, mpDoc(NULL)
{ {
mpScrollBar->SetScrollHdl( LINK( this, ScCondFormatList, ScrollHdl ) ); mpScrollBar->SetScrollHdl( LINK( this, ScCondFormatList, ScrollHdl ) );
mpScrollBar->EnableDrag(); mpScrollBar->EnableDrag();
......
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