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

coverity#1210195 Uninitialized scalar field

Change-Id: I7f5b9c42c58ebd4b0fbcf456e83573465799b0c5
üst 2472da5e
...@@ -36,6 +36,8 @@ ...@@ -36,6 +36,8 @@
SwFldDBPage::SwFldDBPage(Window* pParent, const SfxItemSet& rCoreSet) SwFldDBPage::SwFldDBPage(Window* pParent, const SfxItemSet& rCoreSet)
: SwFldPage(pParent, "FldDbPage", : SwFldPage(pParent, "FldDbPage",
"modules/swriter/ui/flddbpage.ui", rCoreSet) "modules/swriter/ui/flddbpage.ui", rCoreSet)
, m_nOldFormat(0)
, m_nOldSubType(0)
{ {
get(m_pTypeLB, "type"); get(m_pTypeLB, "type");
m_pTypeLB->SetStyle(m_pTypeLB->GetStyle() | WB_SORT); m_pTypeLB->SetStyle(m_pTypeLB->GetStyle() | WB_SORT);
......
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