summaryrefslogtreecommitdiff
path: root/sd/inc/sdgrffilter.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:20:18 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:20:18 +0000
commit247a9110c5307da963d8c94b32aa5e1815583d90 (patch)
tree815c46372fec7127722a893c7eb6be0f1bab0f38 /sd/inc/sdgrffilter.hxx
parent90e1b0d6784c6cce5f2a553d436cf53ed7e6c55e (diff)
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#
Diffstat (limited to 'sd/inc/sdgrffilter.hxx')
-rw-r--r--sd/inc/sdgrffilter.hxx20
1 files changed, 6 insertions, 14 deletions
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