summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/docnode/nodes.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/core/docnode/nodes.cxx b/sw/source/core/docnode/nodes.cxx
index a3594e8b7bcc..41cce89dd5de 100644
--- a/sw/source/core/docnode/nodes.cxx
+++ b/sw/source/core/docnode/nodes.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: nodes.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jp $ $Date: 2001-10-31 20:47:12 $
+ * last change: $Author: od $ $Date: 2003-02-28 12:41:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -353,6 +353,10 @@ void SwNodes::ChgNode( SwNodeIndex& rDelPos, ULONG nSize,
pTxtNd->GetTxtColl()->GetOutlineLevel() )
rNds.pOutlineNds->Insert( pTxtNd );
+ // OD 21.01.2003 #106403# - invalidate numbering rule of
+ // text node in the destination environment.
+ pTxtNd->InvalidateNumRule();
+
// Sonderbehandlung fuer die Felder!
if( pHts && pHts->Count() )
{