From c51e20d2de16178e0666e63d8ad4680d226fe5c9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 18 Jul 2005 12:33:16 +0000 Subject: INTEGRATION: CWS swnum03 (1.9.214); FILE MERGED 2005/06/28 12:48:23 hbrinkm 1.9.214.1: #i51029# -UpdateOutlineNodeList, +UpdateOutlineNode(SwNode&) --- sw/inc/ndarr.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/inc/ndarr.hxx') diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx index 88fcd61fe471..c3e7111ceff6 100644 --- a/sw/inc/ndarr.hxx +++ b/sw/inc/ndarr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ndarr.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2005-02-21 16:02:12 $ + * last change: $Author: obo $ $Date: 2005-07-18 13:33:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -286,10 +286,10 @@ public: SwGrfFmtColl *pColl, SwAttrSet* pAutoAttr = 0 ); // in ndole.cxx - void UpdateOutlineNodeList() const; // Array aller GliederiungsNodes; const SwOutlineNodes& GetOutLineNds() const; - // ab einem bestimmten TextNode alle Updaten + + void UpdateOutlineNode( SwNode &); void UpdateOutlineNode( const SwNode&, BYTE nOldLevel, BYTE nNewLevel ); // alle Nodes Updaten - Rule/Format-Aenderung void UpdateOutlineNodes(); -- cgit