diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:15:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:15:34 +0000 |
commit | 41b294585b38ad8f81c020ce681ca311c088cf1f (patch) | |
tree | 278d4297816ce7c02bb0ab000c09b4879f59ef25 | |
parent | 6ec88cc8765006a010584c2390e9f4dbd1e64f43 (diff) |
INTEGRATION: CWS mav09 (1.4.82); FILE MERGED
2004/08/09 19:30:49 mav 1.4.82.2: RESYNC: (1.4-1.5); FILE MERGED
2004/07/15 10:50:01 mba 1.4.82.1: #i27773#: XMLFilter needs additional parameter
-rw-r--r-- | sd/inc/sdxmlwrp.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/inc/sdxmlwrp.hxx b/sd/inc/sdxmlwrp.hxx index 4d3bdea78..ffb34d0cf 100644 --- a/sd/inc/sdxmlwrp.hxx +++ b/sd/inc/sdxmlwrp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdxmlwrp.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2004-07-13 07:43:41 $ + * last change: $Author: kz $ $Date: 2004-10-04 18:15:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,7 @@ #ifndef _SDXMLWRP_HXX #define _SDXMLWRP_HXX +#include <tools/errcode.hxx> #include "sdfilter.hxx" // --------------- @@ -85,8 +86,8 @@ public: ULONG nStoreVer = SOFFICE_FILEFORMAT_8 ); virtual ~SdXMLFilter (void); - virtual sal_Bool Import(); - virtual sal_Bool Export(); + sal_Bool Import( ErrCode& nError ); + sal_Bool Export(); private: SdXMLFilterMode meFilterMode; |