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

coverity#708349 Uninitialized scalar field

Change-Id: I38d3d441d3582915d5baeed249c8874aef27439e
üst 4a35fed8
...@@ -38,8 +38,9 @@ inline SvxFrameDirection lclVoidToEnum( void* pDirection ) ...@@ -38,8 +38,9 @@ inline SvxFrameDirection lclVoidToEnum( void* pDirection )
} // namespace } // namespace
FrameDirectionListBox::FrameDirectionListBox( Window* pParent, WinBits nBits ) : FrameDirectionListBox::FrameDirectionListBox( Window* pParent, WinBits nBits )
ListBox( pParent, nBits ) : ListBox(pParent, nBits)
, meSaveValue(FRMDIR_HORI_LEFT_TOP)
{ {
} }
......
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