summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfchange.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfchange.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfchange.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfchange.cxx b/lotuswordpro/source/filter/xfilter/xfchange.cxx
index bc0b52226adf..5a76235ebc69 100644
--- a/lotuswordpro/source/filter/xfilter/xfchange.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfchange.cxx
@@ -118,19 +118,6 @@ void XFChangeDelete::ToXml(IXFStream *pStrm)
pStrm->EndElement( "text:changed-region" );
}
-void XFChange::ToXml(IXFStream *pStrm)
-{
- IXFAttrList *pAttrList = pStrm->GetAttrList();
-
- pAttrList->Clear();
- if(m_sID.isEmpty())
- return;
- pAttrList->AddAttribute( "text:change-id",m_sID);
-
- pStrm->StartElement( "text:change" );
- pStrm->EndElement( "text:change" );
-}
-
void XFChangeStart::ToXml(IXFStream *pStrm)
{
IXFAttrList *pAttrList = pStrm->GetAttrList();