From 9126ac838f756ae4f6dfc594515a862f6c1ce642 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 13 Jun 2008 08:27:52 +0000 Subject: INTEGRATION: CWS swlists01 (1.18.192); FILE MERGED 2008/05/14 12:41:50 od 1.18.192.3: #i86732# remove no longer needed code 2008/05/08 16:16:25 od 1.18.192.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/20 07:53:36 od 1.18.192.1: #i86732# class - refactoring: remove not needed private operators [] --- sw/inc/ndarr.hxx | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'sw/inc/ndarr.hxx') diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx index b9daee5d4f30..536061940fd1 100644 --- a/sw/inc/ndarr.hxx +++ b/sw/inc/ndarr.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ndarr.hxx,v $ - * $Revision: 1.19 $ + * $Revision: 1.20 $ * * This file is part of OpenOffice.org. * @@ -90,24 +90,14 @@ class SwNodes: private BigPtrArray friend class SwNode; friend class SwNodeIndex; - SwNodePtr operator[]( USHORT n ) const; - SwNodePtr operator[]( int n ) const; - SwNodeIndex* pRoot; // Liste aller Indizies auf Nodes - // --> OD 2006-10-16 #137792# - // - rename from to - // - add 3rd optional parameter + // --> OD 2008-05-14 #refactorlists# - removed void InsertNode( const SwNodePtr pNode, - const SwNodeIndex& rPos, - const bool bSyncNumberAndNumRule = true ); + const SwNodeIndex& rPos ); void InsertNode( const SwNodePtr pNode, - ULONG nPos, - const bool bSyncNumberAndNumRule = true); + ULONG nPos ); // <-- -// void Remove( const SwNodeIndex& rPos, USHORT nLen = 1 ); -// void Remove( ULONG nPos, USHORT nLen = 1 ); -// BOOL Move( const SwIndex & rOldPos, const SwIndex & rNewPos ); SwDoc* pMyDoc; // in diesem Doc ist das Nodes-Array -- cgit