summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpfootnote.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfootnote.hxx b/lotuswordpro/source/filter/lwpfootnote.hxx
index f4f0dcf7c1b9..e7ece5f2b347 100644
--- a/lotuswordpro/source/filter/lwpfootnote.hxx
+++ b/lotuswordpro/source/filter/lwpfootnote.hxx
@@ -166,7 +166,11 @@ protected:
class LwpFootnoteNumberOptions
{
public:
- LwpFootnoteNumberOptions(){}
+ LwpFootnoteNumberOptions()
+ : m_nFlag(0)
+ , m_nStartingNumber(0)
+ {}
+
~LwpFootnoteNumberOptions(){}
void Read(LwpObjectStream* pObjStrm);
private: