From 3fe1b1b66d00dfef714ed824cd4d73c33e0ee6d1 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 14 Aug 2006 14:26:46 +0000 Subject: INTEGRATION: CWS writercorehandoff (1.9.172); FILE MERGED 2006/05/09 13:33:01 fme 1.9.172.5: #i50348# make SwDoc accessible via interfaces 2005/12/20 15:01:59 tra 1.9.172.4: RESYNC: (1.11-1.12); FILE MERGED 2005/09/13 11:42:01 tra 1.9.172.3: RESYNC: (1.10-1.11); FILE MERGED 2005/07/28 11:54:08 tra 1.9.172.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 14:10:04 fme 1.9.172.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc. --- sw/inc/ndarr.hxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx index 730dce7e47da..d5a58bc417d0 100644 --- a/sw/inc/ndarr.hxx +++ b/sw/inc/ndarr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ndarr.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-11-08 17:12:26 $ + * last change: $Author: hr $ $Date: 2006-08-14 15:26:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,7 +57,6 @@ class Graphic; class GraphicObject; class UniString; class SwAttrSet; -class SwCntntFrm; class SwCntntNode; class SwDoc; class SwGrfFmtColl; @@ -81,7 +80,6 @@ class SwTableNode; class SwTblToTxtSaves; class SwTxtFmtColl; class SwTxtNode; -class SwUndoInsNum; class SwUndoTblToTxt; class SwUndoTxtToTbl; struct SwPosition; @@ -187,7 +185,7 @@ public: // ist das NodesArray das normale vom Doc? (nicht das UndoNds, .. ) // Implementierung steht im doc.hxx (weil man dazu Doc kennen muss) ! - inline BOOL IsDocNodes() const; + BOOL IsDocNodes() const; USHORT GetSectionLevel(const SwNodeIndex &rIndex) const; void Delete(const SwNodeIndex &rPos, ULONG nNodes = 1); -- cgit