diff options
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpnotes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpnotes.cxx b/lotuswordpro/source/filter/lwpnotes.cxx index dc5c6619c0d3..c6028cf83abe 100644 --- a/lotuswordpro/source/filter/lwpnotes.cxx +++ b/lotuswordpro/source/filter/lwpnotes.cxx @@ -132,8 +132,8 @@ void LwpFribNote::XFConvert(XFContentContainer* pCont) LwpNoteLayout::LwpNoteLayout(LwpObjectHeader &objHdr, LwpSvStream* pStrm) : LwpFrameLayout(objHdr, pStrm) + , m_nTime(0) { - } LwpNoteLayout::~LwpNoteLayout() |