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

coverity#1371445 Uninitialized scalar field

Change-Id: Ib9d2cf811b86cadee77877c6d294505e985b0111
üst 4cb71eca
...@@ -267,6 +267,7 @@ SwSpellPopup::SwSpellPopup( ...@@ -267,6 +267,7 @@ SwSpellPopup::SwSpellPopup(
) : PopupMenu( SW_RES(MN_SPELL_POPUP) ) ) : PopupMenu( SW_RES(MN_SPELL_POPUP) )
, m_pSh( pWrtSh ) , m_pSh( pWrtSh )
, m_xSpellAlt(xAlt) , m_xSpellAlt(xAlt)
, m_nGrammarError(0)
, m_bGrammarResults(false) , m_bGrammarResults(false)
{ {
OSL_ENSURE(m_xSpellAlt.is(), "no spelling alternatives available"); OSL_ENSURE(m_xSpellAlt.is(), "no spelling alternatives available");
......
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