diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:29:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:29:10 +0000 |
commit | 2bfe39223710e9b66dc2cbcac2badf9b26a810ca (patch) | |
tree | 6a89afb9383802fe861d939e7c5a9c8393e327e5 /package/source/zippackage/ZipPackageEntry.cxx | |
parent | a782127f94b6a6e5b26162eb7eb6d8a2676b35e7 (diff) |
INTEGRATION: CWS pchfix02 (1.28.12); FILE MERGED
2006/09/01 17:32:43 kaib 1.28.12.1: #i68856# Added header markers and pch files
Diffstat (limited to 'package/source/zippackage/ZipPackageEntry.cxx')
-rw-r--r-- | package/source/zippackage/ZipPackageEntry.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/source/zippackage/ZipPackageEntry.cxx b/package/source/zippackage/ZipPackageEntry.cxx index 3e3da28e4..059d5c7d5 100644 --- a/package/source/zippackage/ZipPackageEntry.cxx +++ b/package/source/zippackage/ZipPackageEntry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ZipPackageEntry.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:14:39 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:29:10 $ * * 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_PACKAGE_ENTRY_HXX #include <ZipPackageEntry.hxx> #endif |