From 247a9110c5307da963d8c94b32aa5e1815583d90 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 14 Nov 2006 13:20:18 +0000 Subject: INTEGRATION: CWS aw024 (1.5.100); FILE MERGED 2006/08/03 16:24:23 aw 1.5.100.3: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 09:57:49 aw 1.5.100.2: RESYNC: (1.5-1.6); FILE MERGED 2005/05/12 16:46:02 aw 1.5.100.1: #i39529# --- sd/inc/sdgrffilter.hxx | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'sd/inc/sdgrffilter.hxx') diff --git a/sd/inc/sdgrffilter.hxx b/sd/inc/sdgrffilter.hxx index 64ec8babb380..5aa0a0a943fa 100644 --- a/sd/inc/sdgrffilter.hxx +++ b/sd/inc/sdgrffilter.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sdgrffilter.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2006-07-05 21:49:26 $ + * last change: $Author: ihi $ $Date: 2006-11-14 14:20:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,11 +51,11 @@ class Graphic; class SdGRFFilter : public SdFilter { + bool mbHideSpell; + public: - SdGRFFilter ( - SfxMedium& rMedium, - ::sd::DrawDocShell& rDocShell, - sal_Bool bShowProgress ); + SdGRFFilter ( SfxMedium& rMedium, ::sd::DrawDocShell& rDocShell ); + virtual ~SdGRFFilter (void); sal_Bool Import(); @@ -63,14 +63,6 @@ public: static void SaveGraphic( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ); static void HandleGraphicFilterError( USHORT nFilterError, ULONG nStreamError = ERRCODE_NONE ); - -private: - - static GDIMetaFile ImplRemoveClipRegionActions( const GDIMetaFile& rMtf ); - static BitmapEx ImplGetBitmapFromMetaFile( const GDIMetaFile& rMtf, BOOL bTransparent, const Size* pSizePixel = NULL ); - - bool mbHideSpell; - }; #endif // _SD_SDGRFFILTER_HXX -- cgit