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

coverity#1210176 Uninitialized pointer field

Change-Id: I14f6ef8fe0e58859f29b2ec68e5fd563c98cb199
üst 0c7b73a4
...@@ -347,6 +347,7 @@ public: ...@@ -347,6 +347,7 @@ public:
OptionsBreakSet(Window* pParent, sal_uInt16 nRID) OptionsBreakSet(Window* pParent, sal_uInt16 nRID)
: ModalDialog(pParent, "BreakNumberOption", : ModalDialog(pParent, "BreakNumberOption",
"cui/ui/breaknumberoption.ui") "cui/ui/breaknumberoption.ui")
, m_pBreakNF(NULL)
{ {
get(m_pBeforeFrame, "beforeframe"); get(m_pBeforeFrame, "beforeframe");
get(m_pAfterFrame, "afterframe"); get(m_pAfterFrame, "afterframe");
......
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