diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:26:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:26:29 +0000 |
commit | 2e0496865f6c3807aa3f0b37fe42c4a589e6fd59 (patch) | |
tree | 0ea164ddf66c8087e8a3869c03802919757f6e2d /package | |
parent | 13d316da072c28eb22ea00c22d6f11632f6233ba (diff) |
INTEGRATION: CWS pchfix02 (1.11.44); FILE MERGED
2006/09/01 17:32:41 kaib 1.11.44.1: #i68856# Added header markers and pch files
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zipapi/CRC32.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/source/zipapi/CRC32.cxx b/package/source/zipapi/CRC32.cxx index f13ce5fa7812..3402b68074f5 100644 --- a/package/source/zipapi/CRC32.cxx +++ b/package/source/zipapi/CRC32.cxx @@ -4,9 +4,9 @@ * * $RCSfile: CRC32.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:11:18 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:26:29 $ * * 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 _CRC32_HXX #include <CRC32.hxx> #endif |