diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-27 22:08:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-27 22:08:37 +0100 |
commit | a2c7a85db679aa537524a772ce7989980398fe34 (patch) | |
tree | a645ac62655850c6c6c4f189999ed7954e1cff9e /svl/inc | |
parent | 6b61814afb849a65060cbf217ea448c3ead2d129 (diff) |
callcatcher: remove various unused methods
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/svl/filerec.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/svl/inc/svl/filerec.hxx b/svl/inc/svl/filerec.hxx index 6b7ff27ba506..aabb4cdb5e00 100644 --- a/svl/inc/svl/filerec.hxx +++ b/svl/inc/svl/filerec.hxx @@ -298,10 +298,7 @@ protected: } public: - static sal_uInt16 ScanRecordType( SvStream *pStream ); - - SfxMiniRecordReader( SvStream *pStream ); - SfxMiniRecordReader( SvStream *pStream, sal_uInt8 nTag ); + SfxMiniRecordReader( SvStream *pStream, sal_uInt8 nTag ); inline ~SfxMiniRecordReader(); inline sal_uInt8 GetTag() const; |