summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptblcell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptblcell.cxx')
-rw-r--r--lotuswordpro/source/filter/lwptblcell.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwptblcell.cxx b/lotuswordpro/source/filter/lwptblcell.cxx
index 0a229e1027e4..154006cf4ff0 100644
--- a/lotuswordpro/source/filter/lwptblcell.cxx
+++ b/lotuswordpro/source/filter/lwptblcell.cxx
@@ -128,11 +128,14 @@ void LwpNumericValue::Read()
m_pObjStrm->SkipExtra();
}
- void LwpNumericValue::Parse(IXFStream* /*pOutputStream*/)
+
+void LwpNumericValue::Parse(IXFStream* /*pOutputStream*/)
{
}
- LwpRowList::LwpRowList(LwpObjectHeader &objHdr, LwpSvStream* pStrm):LwpDLVList(objHdr, pStrm)
+LwpRowList::LwpRowList(LwpObjectHeader &objHdr, LwpSvStream* pStrm)
+ : LwpDLVList(objHdr, pStrm)
+ , cRowID(0)
{}
LwpRowList::~LwpRowList()