summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfindex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfindex.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfindex.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfindex.cxx b/lotuswordpro/source/filter/xfilter/xfindex.cxx
index dc1011d29701..ebde5543f910 100644
--- a/lotuswordpro/source/filter/xfilter/xfindex.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfindex.cxx
@@ -64,13 +64,10 @@ XFIndex::XFIndex()
: m_eType(enumXFIndexTOC)
, m_bProtect(true)
, m_bSeparator(false)
- , m_pTitle(nullptr)
{}
XFIndex::~XFIndex()
{
- delete m_pTitle;
-
while(m_aTemplates.size()>0)
{
XFIndexTemplate * pTemplate = m_aTemplates.back();
@@ -230,8 +227,6 @@ void XFIndex::ToXml(IXFStream *pStrm)
{
pAttrList->AddAttribute( "text:name", m_strTitle + "_Head" );
pStrm->StartElement( "text:index-title" );
- if( m_pTitle )
- m_pTitle->ToXml(pStrm);
pStrm->EndElement( "text:index-title" );
}