summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpparaproperty.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpparaproperty.cxx b/lotuswordpro/source/filter/lwpparaproperty.cxx
index e572441c51a0..7a8469ce17e8 100644
--- a/lotuswordpro/source/filter/lwpparaproperty.cxx
+++ b/lotuswordpro/source/filter/lwpparaproperty.cxx
@@ -230,13 +230,11 @@ m_pBullet(new LwpBulletOverride)
LwpParaBulletProperty::~LwpParaBulletProperty()
{
- if (m_pBullet)
- {
- delete m_pBullet;
- }
+ delete m_pBullet;
}
LwpParaNumberingProperty::LwpParaNumberingProperty(LwpObjectStream * pStrm)
+ : m_pNumberingOverride(NULL)
{
LwpObjectID aNumberingPiece;
aNumberingPiece.ReadIndexed(pStrm);