summaryrefslogtreecommitdiff
path: root/sw/inc/bparr.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 11:00:08 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 11:00:08 +0000
commit1ea5729f4acc1c530d953fca684df235af89019c (patch)
treebd547857fa40fe13aaada31c70d92a4f5d1af792 /sw/inc/bparr.hxx
parentc3e216a709414b061d2726065ab167b3e384e62c (diff)
INTEGRATION: CWS tune05 (1.1.1.1.776); FILE MERGED
2004/07/22 11:07:19 cmc 1.1.1.1.776.1: #i30554# unused BigPtrArray::GetIndex
Diffstat (limited to 'sw/inc/bparr.hxx')
-rw-r--r--sw/inc/bparr.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/bparr.hxx b/sw/inc/bparr.hxx
index 365fb2d66363..6a886b2360b4 100644
--- a/sw/inc/bparr.hxx
+++ b/sw/inc/bparr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bparr.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:24 $
+ * last change: $Author: obo $ $Date: 2004-08-12 12:00:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,13 +133,11 @@ public:
ULONG Count() const { return nSize; }
void Insert( const ElementPtr& r, ULONG pos );
-// void Insert( const ElementPtr* p, ULONG n, ULONG pos );
void Remove( ULONG pos, ULONG n = 1 );
void Move( ULONG from, ULONG to );
void Replace( ULONG pos, const ElementPtr& r);
ElementPtr operator[]( ULONG ) const;
- ULONG GetIndex( const ElementPtr, ULONG, ULONG ) const;
void ForEach( FnForEach fn, void* pArgs = NULL )
{
ForEach( 0, nSize, fn, pArgs );