summaryrefslogtreecommitdiffstats
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-12-15 09:13:59 +0100
committerMichael Stahl <mst@openoffice.org>2010-12-15 09:13:59 +0100
commit1abef5bf64a7f3b5799fc597a4e486c45ace758f (patch)
treed14d3c5adfaa6545ff81bec7ff01112656c8d5a4 /sw/inc/ndarr.hxx
parentundoapi: SwDoc: replace SwNodes member with pointer, remove ndarr.hxx include (diff)
downloadcore-1abef5bf64a7f3b5799fc597a4e486c45ace758f.tar.gz
core-1abef5bf64a7f3b5799fc597a4e486c45ace758f.zip
undoapi: SwNodes: remove obsolete operator[](SwNodeIndex&)
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index a60529037758..6fc7199404fb 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -145,10 +145,6 @@ public:
SwNodePtr operator[]( ULONG n ) const
{ return (SwNodePtr)BigPtrArray::operator[] ( n ); }
-//JP 29.09.97: impl. steht im ndindex.hxx - sollte moeglichst bald auf die
-// neue Schnittstelle angepasst werden
- inline SwNodePtr operator[]( const SwNodeIndex& rIdx ) const;
-
ULONG Count() const { return BigPtrArray::Count(); }
void ForEach( FnForEach_SwNodes fnForEach, void* pArgs = 0 )
{