Revert "sw-outline-numbering-broken-fix.diff: outline numbering fix in master docs"
This reverts commit9a11bd42af
. 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 in1524aa18b9
.
This commit is contained in:
parent
cc99bb9f38
commit
a4788b2542
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue