summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 22:09:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 22:09:14 +0000
commit74b8240d922ce3421c9e155fdeaf9770bc5ef25e (patch)
treea6dae64529ecd2249499fc453e31d6f6383ab5c6 /goodies
parent35c5c7f5109c40a28ae8e555f3899d3b2f0962e3 (diff)
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)
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/iras/iras.cxx20
1 files changed, 1 insertions, 19 deletions
diff --git a/goodies/source/filter.vcl/iras/iras.cxx b/goodies/source/filter.vcl/iras/iras.cxx
index 1cedea38fa91..841562b33298 100644
--- a/goodies/source/filter.vcl/iras/iras.cxx
+++ b/goodies/source/filter.vcl/iras/iras.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: iras.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -65,7 +65,6 @@ private:
BYTE mnRepCount, mnRepVal; // RLE Decoding
BOOL mbPalette;
- BOOL ImplCallback( USHORT nPercent );
BOOL ImplReadBody();
BOOL ImplReadHeader();
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 )
{
UINT32 nMagicNumber;