diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:26:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:26:42 +0000 |
commit | d0ca07daa5cbcc58a2344e59d23758acedb73353 (patch) | |
tree | d33746b38af61007fcf25f300b5066008971e8f8 /package/source | |
parent | 2e0496865f6c3807aa3f0b37fe42c4a589e6fd59 (diff) |
INTEGRATION: CWS pchfix02 (1.14.12); FILE MERGED
2006/09/01 17:32:41 kaib 1.14.12.1: #i68856# Added header markers and pch files
Diffstat (limited to 'package/source')
-rw-r--r-- | package/source/zipapi/Deflater.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/source/zipapi/Deflater.cxx b/package/source/zipapi/Deflater.cxx index 6e30bb7d5ab3..b56ce5935544 100644 --- a/package/source/zipapi/Deflater.cxx +++ b/package/source/zipapi/Deflater.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Deflater.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:12:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:26:42 $ * * 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 _DEFLATER_HXX_ #include <Deflater.hxx> #endif |