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

coverity#1210183 Uninitialized pointer field

Change-Id: I9a86030d988473ac56ee1c6c1325b1eede2ba010
üst 9c6f93e4
......@@ -74,6 +74,12 @@ SwEndNoteOptionPage::SwEndNoteOptionPage(Window *pParent, bool bEN,
bEN ? OString("EndnotePage") : OString("FootnotePage"),
bEN ? OUString("modules/swriter/ui/endnotepage.ui") : OUString("modules/swriter/ui/footnotepage.ui"),
rSet)
, m_pNumCountBox(NULL)
, m_pPosFT(NULL)
, m_pPosPageBox(NULL)
, m_pPosChapterBox(NULL)
, m_pContEdit(NULL)
, m_pContFromEdit(NULL)
, pSh(0)
, bPosDoc(false)
, bEndNote(bEN)
......
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