summaryrefslogtreecommitdiff
path: root/basic/source/classes/image.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/classes/image.cxx')
-rw-r--r--basic/source/classes/image.cxx25
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
{