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

coverity#738911 Uninitialized pointer field

Change-Id: I89c9a17a7ea8dde3475826d03bdeef9e94da322c
üst 9147f41e
......@@ -407,8 +407,9 @@ SwOutlineSettingsTabPage::SwOutlineSettingsTabPage(Window* pParent,
: SfxTabPage(pParent, "OutlineNumberingPage",
"modules/swriter/ui/outlinenumberingpage.ui", rSet)
, aNoFmtName(SW_RESSTR(SW_STR_NONE))
, pSh(0)
, pCollNames(0)
, pSh(NULL)
, pNumRule(NULL)
, pCollNames(NULL)
, nActLevel(1)
{
get(m_pLevelLB, "level");
......
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