diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 06:43:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 06:43:41 +0000 |
commit | c9ed98923f9932ff3d900288aeff9790572845ce (patch) | |
tree | 619d57b8c14a288fc7c2498cf96314d05aa5ab8c /sd/inc/sdxmlwrp.hxx | |
parent | 6f050e2c5bc30da6f18af52c5ed3e5e358edae6b (diff) |
INTEGRATION: CWS oasis (1.4.90); FILE MERGED
2004/05/07 14:51:49 cl 1.4.90.1: added oasis filter
Diffstat (limited to 'sd/inc/sdxmlwrp.hxx')
-rw-r--r-- | sd/inc/sdxmlwrp.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
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 |