summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 09:17:37 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 09:17:37 +0000
commit2011cf621481ff7da7a7b488ac1c0a0b0827fe33 (patch)
tree697dd1f66bb506e28cbf3c69e89b023f571e54f2 /sd/inc
parent408d7c64be92aac5c689669ba4708b9d82994b68 (diff)
INTEGRATION: CWS impress1 (1.2.226); FILE MERGED
2003/09/16 12:04:34 af 1.2.226.1: #111996# Moved SdDrawDocShell to namespace sd.
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sdgrffilter.hxx25
1 files changed, 13 insertions, 12 deletions
diff --git a/sd/inc/sdgrffilter.hxx b/sd/inc/sdgrffilter.hxx
index 7bf162047635..0fe3bd807d98 100644
--- a/sd/inc/sdgrffilter.hxx
+++ b/sd/inc/sdgrffilter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdgrffilter.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2002-04-18 15:41:33 $
+ * last change: $Author: obo $ $Date: 2004-01-20 10:17:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,22 +71,23 @@
class SdGRFFilter : public SdFilter
{
-private:
-
- static GDIMetaFile ImplRemoveClipRegionActions( const GDIMetaFile& rMtf );
- static BitmapEx ImplGetBitmapFromMetaFile( const GDIMetaFile& rMtf, BOOL bTransparent, const Size* pSizePixel = NULL );
-
public:
-
- SdGRFFilter( SfxMedium& rMedium, SdDrawDocShell& rDocShell, sal_Bool bShowProgress );
- ~SdGRFFilter();
+ SdGRFFilter (
+ SfxMedium& rMedium,
+ ::sd::DrawDocShell& rDocShell,
+ sal_Bool bShowProgress );
+ virtual ~SdGRFFilter (void);
virtual sal_Bool Import();
virtual sal_Bool Export();
-public:
-
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 );
+
};
#endif // _SD_SDGRFFILTER_HXX