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

coverity#1210172 Uninitialized scalar field

Change-Id: Ib24ca6323615e8a8ba704295d9a9fe92c80a1ae1
üst eaff3d4a
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
SwFldVarPage::SwFldVarPage(Window* pParent, const SfxItemSet& rCoreSet ) SwFldVarPage::SwFldVarPage(Window* pParent, const SfxItemSet& rCoreSet )
: SwFldPage(pParent, "FldVarPage", : SwFldPage(pParent, "FldVarPage",
"modules/swriter/ui/fldvarpage.ui", rCoreSet) "modules/swriter/ui/fldvarpage.ui", rCoreSet)
, nOldFormat(0)
, bInit(true) , bInit(true)
{ {
get(m_pTypeLB, "type"); get(m_pTypeLB, "type");
......
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