From 398babcfa950aa8e664c88f415093a4b49cc0e77 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 1 Jul 2008 22:09:37 +0000 Subject: INTEGRATION: CWS impress143 (1.10.18); FILE MERGED 2008/05/26 12:12:24 sj 1.10.18.1: #i89579# applied patch from cmc (removed unused code) --- goodies/source/filter.vcl/itga/itga.cxx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'goodies') diff --git a/goodies/source/filter.vcl/itga/itga.cxx b/goodies/source/filter.vcl/itga/itga.cxx index 7c247048aaa6..4fcf701b5202 100644 --- a/goodies/source/filter.vcl/itga/itga.cxx +++ b/goodies/source/filter.vcl/itga/itga.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: itga.cxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -107,7 +107,6 @@ private: BOOL mbIndexing; // TRUE if source contains indexing color values BOOL mbEncoding; // TRUE if source is compressed - BOOL Callback( USHORT nPercent ); BOOL ImplReadHeader(); BOOL ImplReadPalette(); BOOL ImplReadBody(); @@ -141,21 +140,6 @@ TGAReader::~TGAReader() delete mpFileFooter; } -BOOL TGAReader::Callback( USHORT /*nPercent*/ ) -{ -/* - if ( pCallback != NULL ) - { - if ( ( (*pCallback)( pCallerData,nPercent ) ) == TRUE ) - { - mpTGA->SetError( SVSTREAM_FILEFORMAT_ERROR ); - return TRUE; - } - } -*/ - return FALSE; -} - // ------------------------------------------------------------------------------------------- BOOL TGAReader::ReadTGA( SvStream & rTGA, Graphic & rGraphic ) -- cgit