diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:15:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:15:21 +0000 |
commit | 5d057a17e914dd01d873299b50cd273d43163576 (patch) | |
tree | 15f7dabc2db0fd305900b74cfce3f35971eb1a8c | |
parent | 35a5f43e0ad48f07ed0c84b610aa8660334d3d5a (diff) |
INTEGRATION: CWS mav09 (1.5.82); FILE MERGED
2004/07/15 10:50:00 mba 1.5.82.1: #i27773#: XMLFilter needs additional parameter
-rw-r--r-- | sd/inc/sdpptwrp.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/inc/sdpptwrp.hxx b/sd/inc/sdpptwrp.hxx index 3078c3b76f55..2fc7d21f0d6c 100644 --- a/sd/inc/sdpptwrp.hxx +++ b/sd/inc/sdpptwrp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdpptwrp.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-01-20 10:18:57 $ + * last change: $Author: kz $ $Date: 2004-10-04 18:15:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,8 +77,8 @@ public: sal_Bool bShowProgress); virtual ~SdPPTFilter (void); - virtual sal_Bool Import(); - virtual sal_Bool Export(); + sal_Bool Import(); + sal_Bool Export(); // these methods are necassary for the export to PowerPoint void PreSaveBasic(); // restaures the original basic storage |