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

CID#1079350 Uninitialized scalar field

Change-Id: I0a3bbb5a962b33aad1c9ef2c5fa751ec15d79dc9
üst e04f1a6f
......@@ -714,7 +714,19 @@ SwFont::SwFont()
, m_aShadowColor(COL_TRANSPARENT)
, m_nShadowWidth(0)
, m_aShadowLocation(SVX_SHADOW_NONE)
, nToxCnt(0)
, nRefCnt(0)
, m_nMetaCount(0)
, nActual(SW_LATIN)
, bNoHyph(false)
, bBlink(false)
, bPaintBlank(false)
, bFntChg(false)
, bOrgChg(false)
, bURL(false)
, bPaintWrong(false)
, bGreyWave(false)
, bNoColReplace(false)
{
}
......
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