summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlbodyi.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-02-23 14:46:38 +0000
committerSascha Ballach <sab@openoffice.org>2001-02-23 14:46:38 +0000
commit5c080879f18d7a5bc4e5235ca857668f61c2dff1 (patch)
treefcbed90f4a4c216112556c39ec28c6d271639353 /sc/source/filter/xml/xmlbodyi.hxx
parentb5611cc3b3bf4528ed1034f081c087339e773cf7 (diff)
export and import document protection
Diffstat (limited to 'sc/source/filter/xml/xmlbodyi.hxx')
-rw-r--r--sc/source/filter/xml/xmlbodyi.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmlbodyi.hxx b/sc/source/filter/xml/xmlbodyi.hxx
index d8f320135932..ee0fd228ed72 100644
--- a/sc/source/filter/xml/xmlbodyi.hxx
+++ b/sc/source/filter/xml/xmlbodyi.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlbodyi.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sab $ $Date: 2001-02-01 17:37:12 $
+ * last change: $Author: sab $ $Date: 2001-02-23 15:46:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,12 +75,16 @@ class ScXMLChangeTrackingImportHelper;
class ScXMLBodyContext : public SvXMLImportContext
{
+ rtl::OUString sPassword;
+ sal_Bool bProtected;
+
ScXMLChangeTrackingImportHelper* pChangeTrackingImportHelper;
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }
public:
- ScXMLBodyContext( ScXMLImport& rImport, USHORT nPrfx, const NAMESPACE_RTL(OUString)& rLName );
+ ScXMLBodyContext( ScXMLImport& rImport, USHORT nPrfx, const NAMESPACE_RTL(OUString)& rLName,
+ const ::com::sun::star::uno::Reference<com::sun::star::xml::sax::XAttributeList>& xAttrList );
virtual ~ScXMLBodyContext();
virtual SvXMLImportContext *CreateChildContext( USHORT nPrefix,