Kaydet (Commit) 9f743f9e authored tarafından Noel Grandin's avatar Noel Grandin

cid#1242780 Uninitialized pointer field

Change-Id: I6478f8f2ead1d87365f84aacdfef2bdcccd61248
üst dcbe265f
......@@ -2579,6 +2579,7 @@ SvxMainMenuOrganizerDialog::SvxMainMenuOrganizerDialog(
vcl::Window* pParent, SvxEntries* entries,
SvxConfigEntry* selection, bool bCreateMenu )
: ModalDialog(pParent, "MoveMenuDialog", "cui/ui/movemenu.ui")
, mpEntries(0)
, bModified(false)
{
get(m_pMenuBox, "namebox");
......
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