diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 22:03:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 22:03:13 +0000 |
commit | 1eb47ab0e9d3a5a5b1fe30b18dbeb10f6100e3b4 (patch) | |
tree | ade7035260f329275b6f5d40ebd0f11295703e9f | |
parent | 8264e00aee8c395051a01e3d89dfb6c8c559d98e (diff) |
INTEGRATION: CWS impress143 (1.11.18); FILE MERGED
2008/05/26 12:12:21 sj 1.11.18.1: #i89579# applied patch from cmc (removed unused code)
-rw-r--r-- | goodies/source/filter.vcl/epbm/epbm.cxx | 11 | ||||
-rw-r--r-- | goodies/source/filter.vcl/epgm/epgm.cxx | 11 |
2 files changed, 2 insertions, 20 deletions
diff --git a/goodies/source/filter.vcl/epbm/epbm.cxx b/goodies/source/filter.vcl/epbm/epbm.cxx index 3e27b262b7f9..92aeb501e141 100644 --- a/goodies/source/filter.vcl/epbm/epbm.cxx +++ b/goodies/source/filter.vcl/epbm/epbm.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: epbm.cxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -56,7 +56,6 @@ private: BitmapReadAccess* mpAcc; ULONG mnWidth, mnHeight; // Bildausmass in Pixeln - void ImplCallback( USHORT nPercent ); BOOL ImplWriteHeader(); void ImplWriteBody(); void ImplWriteNumber( sal_Int32 ); @@ -86,14 +85,6 @@ PBMWriter::~PBMWriter() // ------------------------------------------------------------------------ -void PBMWriter::ImplCallback( USHORT nPercent ) -{ - if ( xStatusIndicator.is() && ( nPercent <= 100 ) ) - xStatusIndicator->setValue( nPercent ); -} - -// ------------------------------------------------------------------------ - BOOL PBMWriter::WritePBM( const Graphic& rGraphic, SvStream& rPBM, FilterConfigItem* pFilterConfigItem ) { diff --git a/goodies/source/filter.vcl/epgm/epgm.cxx b/goodies/source/filter.vcl/epgm/epgm.cxx index 2e439d0cd35e..b6056339f11e 100644 --- a/goodies/source/filter.vcl/epgm/epgm.cxx +++ b/goodies/source/filter.vcl/epgm/epgm.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: epgm.cxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -56,7 +56,6 @@ private: BitmapReadAccess* mpAcc; ULONG mnWidth, mnHeight; // Bildausmass in Pixeln - void ImplCallback( USHORT nPercent ); BOOL ImplWriteHeader(); void ImplWriteBody(); void ImplWriteNumber( sal_Int32 ); @@ -86,14 +85,6 @@ PGMWriter::~PGMWriter() // ------------------------------------------------------------------------ -void PGMWriter::ImplCallback( USHORT nPercent ) -{ - if ( xStatusIndicator.is() && ( nPercent <= 100 ) ) - xStatusIndicator->setValue( nPercent ); -} - -// ------------------------------------------------------------------------ - BOOL PGMWriter::WritePGM( const Graphic& rGraphic, SvStream& rPGM, FilterConfigItem* pFilterConfigItem ) { |