summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-19 08:19:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-19 08:19:55 +0000
commit8d3b3e79ec1a2ecca1b983f5c25abd6b07cde3ea (patch)
tree5a6d951f5b3e582f223b7fd2243a63caf6818fc3 /package
parent0f03d32b5f50872b412c2fa406b2bc8aa5f566c5 (diff)
INTEGRATION: CWS scriptingf4 (1.64.28); FILE MERGED
2004/05/14 14:41:00 mav 1.64.28.1: #i29169# fix rename problems
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/ZipPackageFolder.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/source/zippackage/ZipPackageFolder.cxx b/package/source/zippackage/ZipPackageFolder.cxx
index a59ea92a6395..aa4fe03786c4 100644
--- a/package/source/zippackage/ZipPackageFolder.cxx
+++ b/package/source/zippackage/ZipPackageFolder.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackageFolder.cxx,v $
*
- * $Revision: 1.65 $
+ * $Revision: 1.66 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 17:29:38 $
+ * last change: $Author: rt $ $Date: 2004-05-19 09:19:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -326,6 +326,7 @@ void ZipPackageFolder::saveContents(OUString &rPath, std::vector < Sequence < Pr
ZipPackageFolder::copyZipEntry ( *pTempEntry, pStream->aEntry );
pTempEntry->sName = rPath + rShortName;
+ pTempEntry->nNameLen = pTempEntry->sName.getLength();
sal_Bool bToBeEncrypted = pStream->IsToBeEncrypted() && (bHaveEncryptionKey || pStream->HasOwnKey());
sal_Bool bToBeCompressed = bToBeEncrypted ? sal_True : pStream->IsToBeCompressed();