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.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfchange.cxx b/lotuswordpro/source/filter/xfilter/xfchange.cxx
index 53ba78add7b3..59a90a7b2620 100644
--- a/lotuswordpro/source/filter/xfilter/xfchange.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfchange.cxx
@@ -69,9 +69,8 @@ void XFChangeList::ToXml(IXFStream *pStrm)
return;
IXFAttrList *pAttrList = pStrm->GetAttrList();
pAttrList->Clear();
-//Add by ,for disable change tracking,2005/11/21
+ // Add for disable change tracking
pAttrList->AddAttribute( A2OUSTR("text:track-changes"),A2OUSTR("false"));
-//Add end
pStrm->StartElement( A2OUSTR("text:tracked-changes") );
XFContentContainer::ToXml(pStrm);
pStrm->EndElement(A2OUSTR("text:tracked-changes"));
@@ -118,8 +117,6 @@ void XFChangeDelete::ToXml(IXFStream *pStrm)
pStrm->StartElement( A2OUSTR("office:change-info") );
pStrm->EndElement( A2OUSTR("office:change-info") );
-/// XFContentContainer::ToXml(pStrm);//delete , note by ,2005/7/1
-
pStrm->EndElement( A2OUSTR("text:deletion") );
pStrm->EndElement( A2OUSTR("text:changed-region") );
}