summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpbasetype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpbasetype.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpbasetype.hxx14
1 files changed, 13 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpbasetype.hxx b/lotuswordpro/source/filter/lwpbasetype.hxx
index 9f83d5100afa..7ca08e1ad62d 100644
--- a/lotuswordpro/source/filter/lwpbasetype.hxx
+++ b/lotuswordpro/source/filter/lwpbasetype.hxx
@@ -75,7 +75,19 @@
class LwpPanoseNumber
{
public:
- LwpPanoseNumber(){}
+ LwpPanoseNumber()
+ : m_nFamilyType(0)
+ , m_nSerifStyle(0)
+ , m_nWeight(0)
+ , m_nProportion(0)
+ , m_nContrast(0)
+ , m_nStrokeVariation(0)
+ , m_nArmStyle(0)
+ , m_nLetterform(0)
+ , m_nMidline(0)
+ , m_nXHeight(0)
+ {
+ }
~LwpPanoseNumber(){}
public:
void Read(LwpObjectStream *pStrm);