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

coverity#738903 Uninitialized scalar field

Change-Id: I94e5d6a5eb8cbbc54ee774490b72a55a579e1cca
üst e17b3e3c
......@@ -232,6 +232,7 @@ SwLabPage::SwLabPage(Window* pParent, const SfxItemSet& rSet)
"modules/swriter/ui/cardmediumpage.ui", rSet)
, pDBMgr(NULL)
, aItem((const SwLabItem&)rSet.Get(FN_LABEL))
, m_bLabel(false)
{
WaitObject aWait( pParent );
......
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