coverity#707758 Uninitialized scalar field

Change-Id: I39954506deafc42e854d556170417af67f5461b2
This commit is contained in:
Caolán McNamara
2014-05-23 10:48:54 +01:00
parent d733a88e61
commit f056fd9852

View File

@@ -179,6 +179,7 @@ SvxNumberFormat::SvxNumberFormat(const SvxNumberFormat& rFormat) :
SvxNumberFormat::SvxNumberFormat( SvStream &rStream )
: nStart(0)
, nBulletRelSize(100)
, nFirstLineOffset(0)
, nAbsLSpace(0)
, nLSpace(0)