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

coverity#1210174 Uninitialized scalar field

Change-Id: Ie9d104df391fd0581943a1c91421cfc08c95709e
üst 5aaf20ef
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
SwFldDokPage::SwFldDokPage(Window* pParent, const SfxItemSet& rCoreSet ) SwFldDokPage::SwFldDokPage(Window* pParent, const SfxItemSet& rCoreSet )
: SwFldPage(pParent, "FldDocumentPage", : SwFldPage(pParent, "FldDocumentPage",
"modules/swriter/ui/flddocumentpage.ui", rCoreSet) "modules/swriter/ui/flddocumentpage.ui", rCoreSet)
, nOldSel(0)
, nOldFormat(0)
{ {
get(m_pSelection, "selectframe"); get(m_pSelection, "selectframe");
get(m_pFormat, "formatframe"); get(m_pFormat, "formatframe");
......
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