diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-09-05 08:08:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-09-05 08:08:37 +0000 |
commit | a3a644b9a6ae1a5a5afe682cbde41890ac0a448e (patch) | |
tree | b51cf978411c2a80628a7e68d70496593e5ea3d2 /package | |
parent | ab5258a4c44fd272fe096c0517a9035135beb5d4 (diff) |
INTEGRATION: CWS hr18 (1.9.214); FILE MERGED
2005/08/10 13:01:27 hr 1.9.214.1: #i53162#: ZipPackageFolderEnumeration c'tor: iterator is initialized from wrong container
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zippackage/ZipPackageFolderEnumeration.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/zippackage/ZipPackageFolderEnumeration.cxx b/package/source/zippackage/ZipPackageFolderEnumeration.cxx index e76211057242..3e3e4a1e8fb1 100644 --- a/package/source/zippackage/ZipPackageFolderEnumeration.cxx +++ b/package/source/zippackage/ZipPackageFolderEnumeration.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackageFolderEnumeration.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: mtg $ $Date: 2001-11-15 20:30:34 $ + * last change: $Author: rt $ $Date: 2005-09-05 09:08:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,7 @@ using rtl::OUString; ZipPackageFolderEnumeration::ZipPackageFolderEnumeration ( ContentHash &rInput) : rContents (rInput) -, aIterator (rInput.begin()) +, aIterator (rContents.begin()) { } |