summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 22:09:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 22:09:37 +0000
commit398babcfa950aa8e664c88f415093a4b49cc0e77 (patch)
tree2850bf406dd15f7db893b5b065386e3fd4131198 /goodies
parent0a210e99ff283f37b8ada260820b67c6e12d78f5 (diff)
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)
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/itga/itga.cxx18
1 files changed, 1 insertions, 17 deletions
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 )