diff options
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/package/pkgcontent.cxx | 6 | ||||
-rw-r--r-- | ucb/source/ucp/package/pkgcontent.hxx | 6 |
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 |