summaryrefslogtreecommitdiff
path: root/tools/inc
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/inc
parent0ad02521c11369777931ce92eea799a409979cba (diff)
callcatcher: remove newly unused methods and update list
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/pstm.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/inc/tools/pstm.hxx b/tools/inc/tools/pstm.hxx
index 125875cac8c4..6f1e8e9e98d9 100644
--- a/tools/inc/tools/pstm.hxx
+++ b/tools/inc/tools/pstm.hxx
@@ -202,10 +202,6 @@ class TOOLS_DLLPUBLIC SvPersistStream : public SvStream
virtual sal_uIntPtr SeekPos( sal_uIntPtr nPos );
virtual void FlushData();
protected:
- sal_uIntPtr GetCurMaxIndex( const SvPersistUIdx & ) const;
- sal_uIntPtr GetCurMaxIndex() const
- { return GetCurMaxIndex( aPUIdx ); }
-
void WriteObj( sal_uInt8 nHdr, SvPersistBase * pObj );
sal_uInt32 ReadObj( SvPersistBase * & rpObj,
sal_Bool bRegister );