summaryrefslogtreecommitdiff
path: root/sd/inc/sdgrffilter.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 17:14:55 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 17:14:55 +0000
commitcce69ed166057435dd3f4d194bd6b69c97481f17 (patch)
treee0c07a2de3c0ab38959c80abb56b87363ddfd266 /sd/inc/sdgrffilter.hxx
parent2b18e596885b4e98ff1a307042f8e5beabe3ecbf (diff)
INTEGRATION: CWS mav09 (1.3.82); FILE MERGED
2004/07/15 10:50:00 mba 1.3.82.1: #i27773#: XMLFilter needs additional parameter
Diffstat (limited to 'sd/inc/sdgrffilter.hxx')
-rw-r--r--sd/inc/sdgrffilter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/inc/sdgrffilter.hxx b/sd/inc/sdgrffilter.hxx
index 0fe3bd807d98..94ce59a97f40 100644
--- a/sd/inc/sdgrffilter.hxx
+++ b/sd/inc/sdgrffilter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdgrffilter.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-01-20 10:17:37 $
+ * last change: $Author: kz $ $Date: 2004-10-04 18:14:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,8 +78,8 @@ public:
sal_Bool bShowProgress );
virtual ~SdGRFFilter (void);
- virtual sal_Bool Import();
- virtual sal_Bool Export();
+ sal_Bool Import();
+ sal_Bool Export();
static void HandleGraphicFilterError( USHORT nFilterError, ULONG nStreamError = ERRCODE_NONE );