diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:28:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:28:02 +0000 |
commit | 4d6c526fca225c89829f78937482ab089c0d86ba (patch) | |
tree | aecf00c9bb7d97594b21985ac5d1349582781e6a /package/source | |
parent | ccb5ce8ad5ee84670f06f642fcb2dda586c12264 (diff) |
INTEGRATION: CWS pchfix02 (1.12.44); FILE MERGED
2006/09/01 17:32:42 kaib 1.12.44.1: #i68856# Added header markers and pch files
Diffstat (limited to 'package/source')
-rw-r--r-- | package/source/zipapi/ZipEnumeration.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/source/zipapi/ZipEnumeration.cxx b/package/source/zipapi/ZipEnumeration.cxx index c99732837531..d81d289e1314 100644 --- a/package/source/zipapi/ZipEnumeration.cxx +++ b/package/source/zipapi/ZipEnumeration.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ZipEnumeration.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:15:15 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:28:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_package.hxx" #ifndef _ZIP_ENUMERATION_HXX #include <ZipEnumeration.hxx> #endif |