summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-18 12:33:16 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-18 12:33:16 +0000
commitc51e20d2de16178e0666e63d8ad4680d226fe5c9 (patch)
treee2f4359ee6934fb8b574994578a4c1cd6f92f7a1 /sw/inc/ndarr.hxx
parent0a002198e30f9852b398dc5b5edc3b1ec4892140 (diff)
INTEGRATION: CWS swnum03 (1.9.214); FILE MERGED
2005/06/28 12:48:23 hbrinkm 1.9.214.1: #i51029# -UpdateOutlineNodeList, +UpdateOutlineNode(SwNode&)
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx8
1 files changed, 4 insertions, 4 deletions
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();