1 diff --git a/sw/source/core/docnode/ndcopy.cxx b/sw/source/core/docnode/ndcopy.cxx
2 index 4f62703..05d073e 100644
3 --- sw/source/core/docnode/ndcopy.cxx
4 +++ sw/source/core/docnode/ndcopy.cxx
5 @@ -112,7 +112,7 @@ SwCntntNode* SwTxtNode::MakeCopy( SwDoc* pDoc, const SwNodeIndex& rIdx ) const
6 // kopiere Attribute/Text
7 if( !pCpyAttrNd->HasSwAttrSet() )
8 // wurde ein AttrSet fuer die Numerierung angelegt, so loesche diesen!
9 - pTxtNd->ResetAllAttr();
10 + pCpyAttrNd->ResetAllAttr();
12 // if Copy-Textnode unequal to Copy-Attrnode, then copy first
13 // the attributes into the new Node.