summaryrefslogtreecommitdiff
path: root/sc/inc/xmlwrap.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-05-04 13:09:37 +0000
committerSascha Ballach <sab@openoffice.org>2001-05-04 13:09:37 +0000
commitbab7da518e08247e703607449c1d82b2a20e3e8a (patch)
tree894ee48fcc132626ed741737a2dc49f4258638d3 /sc/inc/xmlwrap.hxx
parent8183bce03e0c4965735bd40c19aa77e8549546d7 (diff)
make encryption of streams possible
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
-rw-r--r--sc/inc/xmlwrap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx
index f3aab9e62718..f994b956867c 100644
--- a/sc/inc/xmlwrap.hxx
+++ b/sc/inc/xmlwrap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlwrap.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: sab $ $Date: 2001-03-29 10:48:28 $
+ * last change: $Author: sab $ $Date: 2001-05-04 14:09:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ class ScXMLImportWrapper
com::sun::star::uno::Reference<com::sun::star::uno::XInterface>& xWriter,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aDescriptor,
const rtl::OUString& sName, const rtl::OUString& sMediaType, const rtl::OUString& sComponentName,
- const sal_Bool bCompress, com::sun::star::uno::Sequence<com::sun::star::uno::Any>& aArgs,
+ const sal_Bool bPlainText, com::sun::star::uno::Sequence<com::sun::star::uno::Any>& aArgs,
ScMySharedData*& pSharedData);
public: