summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-10-18 13:23:56 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-10-18 13:23:56 +0000
commit1d2f33ae1c26a62313c322d5851082b9b3a6212e (patch)
tree3add138c4c99f6633cd1ee043663d00b985fc445 /ucb
parentb990989b04191f0ae8fa1f8df7f92c29f969b9c9 (diff)
#93428# an EncryptionKey is a Sequence <sal_Int8>, not a string
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/package/pkgcontent.cxx6
-rw-r--r--ucb/source/ucp/package/pkgcontent.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index 0d507670b5f3..06462b980dfb 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pkgcontent.cxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: kso $ $Date: 2001-10-11 14:18:56 $
+ * last change: $Author: mtg $ $Date: 2001-10-18 14:23:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1388,7 +1388,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
// (all non-root folders of a package have the same encryption key).
if ( m_aUri.isRootFolder() || m_aProps.bIsDocument )
{
- rtl::OUString aNewValue;
+ uno::Sequence < sal_Int8 > aNewValue;
if ( rValue.Value >>= aNewValue )
{
if ( aNewValue != m_aProps.aEncryptionKey )
diff --git a/ucb/source/ucp/package/pkgcontent.hxx b/ucb/source/ucp/package/pkgcontent.hxx
index 49df3beb4a0b..c2c1421e418a 100644
--- a/ucb/source/ucp/package/pkgcontent.hxx
+++ b/ucb/source/ucp/package/pkgcontent.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pkgcontent.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: kso $ $Date: 2001-10-11 14:18:56 $
+ * last change: $Author: mtg $ $Date: 2001-10-18 14:23:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,7 +129,7 @@ struct ContentProperties
sal_Bool bIsDocument; // IsDocument
sal_Bool bIsFolder; // IsFolder
::rtl::OUString aMediaType; // MediaType
- ::rtl::OUString aEncryptionKey; // EncryptionKey
+ com::sun::star::uno::Sequence < sal_Int8 > aEncryptionKey; // EncryptionKey
sal_Int64 nSize; // Size
sal_Int32 nSegmentSize; // SegmentSize
sal_Bool bCompressed; // Compressed