diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-01-20 09:19:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-01-20 09:19:39 +0000 |
commit | 7cb54a6f813aa43b91f416a244fec270b8ec6d2b (patch) | |
tree | f281611b1f06d58de6e58b4da0bb285a3939f50a /sd/inc/sdxmlwrp.hxx | |
parent | 4bd005b7c9f4c5513b1a43987b57d785c2ab0269 (diff) |
INTEGRATION: CWS impress1 (1.3.250); FILE MERGED
2003/09/16 12:04:36 af 1.3.250.1: #111996# Moved SdDrawDocShell to namespace sd.
Diffstat (limited to 'sd/inc/sdxmlwrp.hxx')
-rw-r--r-- | sd/inc/sdxmlwrp.hxx | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/sd/inc/sdxmlwrp.hxx b/sd/inc/sdxmlwrp.hxx index 3ad3a37aba14..3345eb1ba4c3 100644 --- a/sd/inc/sdxmlwrp.hxx +++ b/sd/inc/sdxmlwrp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdxmlwrp.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: cl $ $Date: 2001-05-03 12:17:31 $ + * last change: $Author: obo $ $Date: 2004-01-20 10:19:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,16 +76,19 @@ enum SdXMLFilterMode class SdXMLFilter : public SdFilter { -private: - SdXMLFilterMode meFilterMode; - public: - - SdXMLFilter( SfxMedium& rMedium, SdDrawDocShell& rDocShell, sal_Bool bShowProgress, SdXMLFilterMode eFilterMode = SDXMLMODE_Normal ); - ~SdXMLFilter(); + SdXMLFilter( + SfxMedium& rMedium, + ::sd::DrawDocShell& rDocShell, + sal_Bool bShowProgress, + SdXMLFilterMode eFilterMode = SDXMLMODE_Normal); + virtual ~SdXMLFilter (void); virtual sal_Bool Import(); virtual sal_Bool Export(); + +private: + SdXMLFilterMode meFilterMode; }; #endif // _SDXMLWRP_HXX |