summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/source/filter/lwpnumericfmt.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpnumericfmt.cxx b/lotuswordpro/source/filter/lwpnumericfmt.cxx
index 3c3992dc967d..2a956dea4d16 100644
--- a/lotuswordpro/source/filter/lwpnumericfmt.cxx
+++ b/lotuswordpro/source/filter/lwpnumericfmt.cxx
@@ -177,11 +177,12 @@ LwpNumericFormatSubset::~LwpNumericFormatSubset()
///////////////////////////////////////////////////////////////////////////////////
LwpNumericFormat::LwpNumericFormat(LwpObjectStream * pStrm)
- : cFormat(FMT_DEFAULT)
+ : m_pObjStrm(pStrm)
+ , cFlags(0)
+ , cFormat(FMT_DEFAULT)
, cDecimalPlaces(0)
{
assert(pStrm);
- m_pObjStrm = pStrm;
}
/**
* Read number format from wordpro file