diff options
author | Amelia Wang <amwang@novell.com> | 2010-09-14 16:20:45 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-09-14 16:20:45 +0200 |
commit | 9a11bd42af0db32fd06c84dd955ee563134665ce (patch) | |
tree | 3f240c901dd9c5c9a7869a55413a18f3e18c98b2 | |
parent | 95684c99842455d9dc8e9372b829a63c22f71535 (diff) |
sw-outline-numbering-broken-fix.diff: outline numbering fix in master docs
i#96092, n#445536
-rw-r--r-- | sw/source/core/docnode/ndcopy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/ndcopy.cxx b/sw/source/core/docnode/ndcopy.cxx index 9c2ce7af3139..bb70e5c58f00 100644 --- a/sw/source/core/docnode/ndcopy.cxx +++ b/sw/source/core/docnode/ndcopy.cxx @@ -258,7 +258,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! - pTxtNd->ResetAllAttr(); + pCpyAttrNd->ResetAllAttr(); // if Copy-Textnode unequal to Copy-Attrnode, then copy first // the attributes into the new Node. |