summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 22:08:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 22:08:54 +0000
commitf1b0026f91cf9d2653f6883b36735b4fd1024188 (patch)
tree54032c874f40399b73a479731a3174729d1cd293 /goodies
parent7f73fc0544665e279674e6fae1ddef65eafc8407 (diff)
INTEGRATION: CWS impress143 (1.13.18); FILE MERGED
2008/05/26 12:12:23 sj 1.13.18.1: #i89579# applied patch from cmc (removed unused code)
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/ipsd/ipsd.cxx20
1 files changed, 1 insertions, 19 deletions
diff --git a/goodies/source/filter.vcl/ipsd/ipsd.cxx b/goodies/source/filter.vcl/ipsd/ipsd.cxx
index 052a79968f3d..9b690d1a0592 100644
--- a/goodies/source/filter.vcl/ipsd/ipsd.cxx
+++ b/goodies/source/filter.vcl/ipsd/ipsd.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ipsd.cxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
* This file is part of OpenOffice.org.
*
@@ -82,7 +82,6 @@ private:
BOOL mbCompression; // RLE decoding
BYTE* mpPalette;
- BOOL ImplCallback( USHORT nPercent );
BOOL ImplReadBody();
BOOL ImplReadHeader();
@@ -115,23 +114,6 @@ PSDReader::~PSDReader()
// ------------------------------------------------------------------------
-BOOL PSDReader::ImplCallback( USHORT /*nPercent*/ )
-{
-/*
- if ( pCallback != NULL )
- {
- if ( ( (*pCallback)( pCallerData, nPercent ) ) == TRUE )
- {
- mpPSD->SetError( SVSTREAM_FILEFORMAT_ERROR );
- return TRUE;
- }
- }
-*/
- return FALSE;
-}
-
-// ------------------------------------------------------------------------
-
BOOL PSDReader::ReadPSD( SvStream & rPSD, Graphic & rGraphic )
{
if ( rPSD.GetError() )