summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-27 22:38:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-28 10:56:59 +0000
commit34d71c5a08639f6255704be0d4a7df2b6cf6c13f (patch)
tree3b9af6eb714861bf4393333dc11d5c86dcbd758a /tools/source
parent0ad02521c11369777931ce92eea799a409979cba (diff)
callcatcher: remove newly unused methods and update list
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/ref/pstm.cxx17
1 files changed, 0 insertions, 17 deletions
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
@@ -311,23 +311,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()
*************************************************************************/
sal_uIntPtr SvPersistStream::GetIndex( SvPersistBase * pObj ) const