diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-09-19 14:05:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-09-20 09:47:38 +0300 |
commit | 6978f506a439cc8bf30393568ba496c266eafdb2 (patch) | |
tree | e364373f3e5253d01d29b3ab379d87f114489c9c /basic/source/classes/image.cxx | |
parent | e0aed1459513be5e08fab9de06848df5dc9d0b5f (diff) |
Bin some noise comments and ASCII graphics
Change-Id: Ib0e786b0e8401da3e3c93bf254727411774e8f43
Diffstat (limited to 'basic/source/classes/image.cxx')
-rw-r--r-- | basic/source/classes/image.cxx | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/basic/source/classes/image.cxx b/basic/source/classes/image.cxx index 7363fd5ad24f..d29cefc78beb 100644 --- a/basic/source/classes/image.cxx +++ b/basic/source/classes/image.cxx @@ -71,12 +71,6 @@ void SbiImage::Clear() bError = false; } -/************************************************************************** -* -* Service-Routines for Load/Store -* -**************************************************************************/ - bool SbiGood( SvStream const & r ) { return !r.IsEof() && r.GetError() == ERRCODE_NONE; @@ -100,12 +94,6 @@ void SbiCloseRecord( SvStream& r, sal_uInt64 nOff ) r.Seek( nPos ); } -/************************************************************************** -* -* Load/Store -* -**************************************************************************/ - bool SbiImage::Load( SvStream& r, sal_uInt32& nVersion ) { @@ -548,12 +536,6 @@ bool SbiImage::Save( SvStream& r, sal_uInt32 nVer ) return !bError; } -/************************************************************************** -* -* Routines called by the compiler -* -**************************************************************************/ - void SbiImage::MakeStrings( short nSize ) { nStrings = 0; @@ -637,13 +619,6 @@ void SbiImage::AddEnum(SbxObject* pObject) // Register enum type rEnums->Insert( pObject, rEnums->Count() ); } - -/************************************************************************** -* -* Accessing the image -* -**************************************************************************/ - // Note: IDs start with 1 OUString SbiImage::GetString( short nId ) const { |