summaryrefslogtreecommitdiff
path: root/tools/source/memtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-29 10:08:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-29 10:09:45 +0000
commitab02fa6552fb098990e74f2787cf02b01c0e532b (patch)
tree028b4eaf54c72705ee6cd7bb12d477e66394a2ca /tools/source/memtools
parentf57cd61004e5a36749f54a5e368becd756d17668 (diff)
callcatcher: update list
Diffstat (limited to 'tools/source/memtools')
-rw-r--r--tools/source/memtools/unqidx.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/source/memtools/unqidx.cxx b/tools/source/memtools/unqidx.cxx
index 6c5dc675b68c..64e0b390d2a5 100644
--- a/tools/source/memtools/unqidx.cxx
+++ b/tools/source/memtools/unqidx.cxx
@@ -221,21 +221,6 @@ sal_Bool UniqueIndex::IsIndexValid( sal_uIntPtr nIndex ) const
|*
*************************************************************************/
-void* UniqueIndex::Seek( sal_uIntPtr nIndex )
-{
- // Index-Eintrag als aktuellen setzten, wenn er gueltig ist
- if ( IsIndexValid( nIndex ) )
- return Container::Seek( nIndex-nStartIndex );
- else
- return NULL;
-}
-
-/*************************************************************************
-|*
-|* UniqueIndex::Seek()
-|*
-*************************************************************************/
-
void* UniqueIndex::Seek( void* p )
{
// Wird ein NULL-Pointer uebergeben, dann wurde Pointer nicht gefunden