Kaydet (Commit) f7f3c49f authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#738706: Unitialized scalar field

Change-Id: I467a4201b33d3a7562c4fa896b3f9cb5cafeac54
üst e2446002
......@@ -359,7 +359,8 @@ sal_Bool LwpFontNameEntry::IsBackgroundColorOverridden()
//}
LwpFontNameManager::LwpFontNameManager()
:m_pFontNames(NULL)
: m_nCount(0)
, m_pFontNames(NULL)
{}
LwpFontNameManager::~LwpFontNameManager()
......
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