summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/txtnode/swfont.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/sw/source/core/txtnode/swfont.cxx b/sw/source/core/txtnode/swfont.cxx
index 6f08a455fc08..be6a52ef2f18 100644
--- a/sw/source/core/txtnode/swfont.cxx
+++ b/sw/source/core/txtnode/swfont.cxx
@@ -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)
{
}