Revert "sw-outline-numbering-broken-fix.diff: outline numbering fix in master docs"

This reverts commit 9a11bd42af.
Removing attributes from the _source_ node in SwTxtNode::MakeCopy does
not make any sens at all, and the cited issue i#96092 was apparently
fixed independently in CWS sw31bf04 by the change to ndtxt.cxx in
1524aa18b9.
This commit is contained in:
Michael Stahl 2012-03-21 10:42:02 +01:00
parent cc99bb9f38
commit a4788b2542

View file

@ -266,7 +266,7 @@ SwCntntNode* SwTxtNode::MakeCopy( SwDoc* pDoc, const SwNodeIndex& rIdx ) const
// kopiere Attribute/Text
if( !pCpyAttrNd->HasSwAttrSet() )
// wurde ein AttrSet fuer die Numerierung angelegt, so loesche diesen!
pCpyAttrNd->ResetAllAttr();
pTxtNd->ResetAllAttr();
// if Copy-Textnode unequal to Copy-Attrnode, then copy first
// the attributes into the new Node.