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

coverity#708279 Uninitialized pointer field

Change-Id: I65b245c3f262f2ad2665e7d0c3c246104e36eacd
üst 60211f44
......@@ -504,6 +504,7 @@ void SvtPrintOptions_Impl::impl_setValue (const OUString& sProp,
}
SvtBasePrintOptions::SvtBasePrintOptions()
: m_pDataContainer(NULL)
{
}
......
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