From 34d71c5a08639f6255704be0d4a7df2b6cf6c13f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 27 Feb 2012 22:38:11 +0000 Subject: callcatcher: remove newly unused methods and update list --- tools/source/ref/pstm.cxx | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'tools/source/ref') diff --git a/tools/source/ref/pstm.cxx b/tools/source/ref/pstm.cxx index 4956a6aa46f5..4c95a6fa6445 100644 --- a/tools/source/ref/pstm.cxx +++ b/tools/source/ref/pstm.cxx @@ -310,23 +310,6 @@ void SvPersistStream::FlushData() { } -/************************************************************************* -|* SvPersistStream::GetCurMaxIndex() -*************************************************************************/ -sal_uIntPtr SvPersistStream::GetCurMaxIndex( const SvPersistUIdx & rIdx ) const -{ - // const bekomme ich nicht den hoechsten Index - SvPersistUIdx * p = (SvPersistUIdx *)&rIdx; - // alten merken - sal_uIntPtr nCurIdx = p->GetCurIndex(); - p->Last(); - // Bereiche nicht ueberschneiden, deshalb nur groessere Indexe - sal_uIntPtr nMaxIdx = p->GetCurIndex(); - // wieder herstellen - p->Seek( nCurIdx ); - return nMaxIdx; -} - /************************************************************************* |* SvPersistStream::GetIndex() *************************************************************************/ -- cgit