From 625f1cd72e834910342790195f19c3930988c34e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 29 Nov 2011 08:57:24 +0000 Subject: callcatcher: some unused methods --- basic/source/classes/image.cxx | 7 ------- basic/source/inc/image.hxx | 1 - 2 files changed, 8 deletions(-) (limited to 'basic') diff --git a/basic/source/classes/image.cxx b/basic/source/classes/image.cxx index 08145f557ba4..a1d7332850ca 100644 --- a/basic/source/classes/image.cxx +++ b/basic/source/classes/image.cxx @@ -109,13 +109,6 @@ void SbiCloseRecord( SvStream& r, sal_uIntPtr nOff ) * **************************************************************************/ -// If the version number does not find, binary parts are omitted, but not -// source, comments and name -sal_Bool SbiImage::Load( SvStream& r ) -{ - sal_uInt32 nVersion = 0; // Versionsnumber - return Load( r, nVersion ); -} sal_Bool SbiImage::Load( SvStream& r, sal_uInt32& nVersion ) { diff --git a/basic/source/inc/image.hxx b/basic/source/inc/image.hxx index f91d56f91e05..9f0630dab854 100644 --- a/basic/source/inc/image.hxx +++ b/basic/source/inc/image.hxx @@ -78,7 +78,6 @@ public: sal_Bool Load( SvStream&, sal_uInt32& nVer ); // nVer is set to version // of image - sal_Bool Load( SvStream& ); sal_Bool Save( SvStream&, sal_uInt32 = B_CURVERSION ); sal_Bool IsError() { return bError; } -- cgit