INTEGRATION: CWS scriptingf4 (1.64.28); FILE MERGED
2004/05/14 14:41:00 mav 1.64.28.1: #i29169# fix rename problems
This commit is contained in:
parent
0f03d32b5f
commit
8d3b3e79ec
1 changed files with 3 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue