INTEGRATION: CWS impress143 (1.9.18); FILE MERGED
2008/05/26 12:12:24 sj 1.9.18.1: #i89579# applied patch from cmc (removed unused code)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* OpenOffice.org - a multi-platform office productivity suite
|
||||||
*
|
*
|
||||||
* $RCSfile: iras.cxx,v $
|
* $RCSfile: iras.cxx,v $
|
||||||
* $Revision: 1.9 $
|
* $Revision: 1.10 $
|
||||||
*
|
*
|
||||||
* This file is part of OpenOffice.org.
|
* This file is part of OpenOffice.org.
|
||||||
*
|
*
|
||||||
@@ -65,7 +65,6 @@ private:
|
|||||||
BYTE mnRepCount, mnRepVal; // RLE Decoding
|
BYTE mnRepCount, mnRepVal; // RLE Decoding
|
||||||
BOOL mbPalette;
|
BOOL mbPalette;
|
||||||
|
|
||||||
BOOL ImplCallback( USHORT nPercent );
|
|
||||||
BOOL ImplReadBody();
|
BOOL ImplReadBody();
|
||||||
BOOL ImplReadHeader();
|
BOOL ImplReadHeader();
|
||||||
BYTE ImplGetByte();
|
BYTE ImplGetByte();
|
||||||
@@ -92,23 +91,6 @@ RASReader::~RASReader()
|
|||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
BOOL RASReader::ImplCallback( USHORT /*nPercent*/ )
|
|
||||||
{
|
|
||||||
/*
|
|
||||||
if ( pCallback != NULL )
|
|
||||||
{
|
|
||||||
if ( ( (*pCallback)( pCallerData, nPercent ) ) == TRUE )
|
|
||||||
{
|
|
||||||
mpRAS->SetError( SVSTREAM_FILEFORMAT_ERROR );
|
|
||||||
return TRUE;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
BOOL RASReader::ReadRAS( SvStream & rRAS, Graphic & rGraphic )
|
BOOL RASReader::ReadRAS( SvStream & rRAS, Graphic & rGraphic )
|
||||||
{
|
{
|
||||||
UINT32 nMagicNumber;
|
UINT32 nMagicNumber;
|
||||||
|
Reference in New Issue
Block a user