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

coverity#708356 Uninitialized pointer field

Change-Id: I9fe9932831bed1538d03f618074d457ea645230f
üst 9a76d79d
......@@ -108,10 +108,10 @@ namespace svxform
OFilterItemExchange::OFilterItemExchange()
: m_pFormItem(NULL)
{
}
void OFilterItemExchange::AddSupportedFormats()
{
AddFormat(getFormatId());
......
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