From c9ed98923f9932ff3d900288aeff9790572845ce Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 13 Jul 2004 06:43:41 +0000 Subject: INTEGRATION: CWS oasis (1.4.90); FILE MERGED 2004/05/07 14:51:49 cl 1.4.90.1: added oasis filter --- sd/inc/sdxmlwrp.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sd/inc/sdxmlwrp.hxx') diff --git a/sd/inc/sdxmlwrp.hxx b/sd/inc/sdxmlwrp.hxx index 3345eb1ba4c3..9c70ef09f3cc 100644 --- a/sd/inc/sdxmlwrp.hxx +++ b/sd/inc/sdxmlwrp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdxmlwrp.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-01-20 10:19:39 $ + * last change: $Author: rt $ $Date: 2004-07-13 07:43:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,8 @@ public: SfxMedium& rMedium, ::sd::DrawDocShell& rDocShell, sal_Bool bShowProgress, - SdXMLFilterMode eFilterMode = SDXMLMODE_Normal); + SdXMLFilterMode eFilterMode = SDXMLMODE_Normal, + ULONG nStoreVer = SOFFICE_FILEFORMAT_8 ); virtual ~SdXMLFilter (void); virtual sal_Bool Import(); @@ -89,6 +90,7 @@ public: private: SdXMLFilterMode meFilterMode; + ULONG mnStoreVer; }; #endif // _SDXMLWRP_HXX -- cgit