diff options
Diffstat (limited to 'lotuswordpro')
-rw-r--r-- | lotuswordpro/source/filter/lwpbulletstylemgr.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx index 6b1114b07a1b..5c6719c27fb6 100644 --- a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx +++ b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx @@ -74,10 +74,15 @@ #include "xfilter/xflist.hxx" #include "lwpglobalmgr.hxx" -LwpBulletStyleMgr::LwpBulletStyleMgr() : -m_pBulletList(NULL), m_bContinue(sal_True), m_bIsBulletSkipped(sal_False), m_nCurrentPos(0xFF) +LwpBulletStyleMgr::LwpBulletStyleMgr() + : m_pFoundry(NULL) + , m_pBulletList(NULL) + , m_bContinue(sal_True) + , m_bIsBulletSkipped(sal_False) + , m_nCurrentPos(0xFF) { } + LwpBulletStyleMgr::~LwpBulletStyleMgr() { if (m_pBulletList) |