diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:26:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:26:00 +0000 |
commit | 3207ff502322165e1e73ac065420c0972492f74a (patch) | |
tree | 819f97cc1ecc8a464a7b6b77c3199acf66f79448 /package/source/zipapi/ByteChucker.cxx | |
parent | d0aed4bc68641431c31f4e7ce9d7a6491d610248 (diff) |
INTEGRATION: CWS pchfix02 (1.19.12); FILE MERGED
2006/09/01 17:32:40 kaib 1.19.12.1: #i68856# Added header markers and pch files
Diffstat (limited to 'package/source/zipapi/ByteChucker.cxx')
-rw-r--r-- | package/source/zipapi/ByteChucker.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/source/zipapi/ByteChucker.cxx b/package/source/zipapi/ByteChucker.cxx index 61325d0a4..401200630 100644 --- a/package/source/zipapi/ByteChucker.cxx +++ b/package/source/zipapi/ByteChucker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ByteChucker.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:12:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:26:00 $ * * 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 _BYTE_CHUCKER_HXX_ #include <ByteChucker.hxx> #endif |