diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 08:27:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 08:27:52 +0000 |
commit | 9126ac838f756ae4f6dfc594515a862f6c1ce642 (patch) | |
tree | ed7f07e7223b5dd4fa9af571132cc5a984cb5033 /sw/inc/ndarr.hxx | |
parent | 578741c28b9736d1e2e853659d288ed627571ac7 (diff) |
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 <SwNodes>
- refactoring: remove not needed private operators []
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r-- | sw/inc/ndarr.hxx | 18 |
1 files changed, 4 insertions, 14 deletions
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 <Insert(..)> to <InsertNode(..)> - // - add 3rd optional parameter <bSyncNumberAndNumRule> + // --> OD 2008-05-14 #refactorlists# - removed <bSyncNumberAndNumRule> 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 |