diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:20:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:20:42 +0000 |
commit | a6c0d5703166e288e8da2fc0c7b60a200c53803a (patch) | |
tree | 043fd5e97b608b576bd3b47cb712ec56624ac2b5 /xmlhelp/source | |
parent | c8496ad685f7f5390c3e158e7b5db9e9f17acc9e (diff) |
INTEGRATION: CWS pchfix02 (1.3.40); FILE MERGED
2006/09/01 17:58:35 kaib 1.3.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/cxxhelp/util/Decompressor.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/util/Decompressor.cxx b/xmlhelp/source/cxxhelp/util/Decompressor.cxx index 3966e36d7cc1..42832cc7d8db 100644 --- a/xmlhelp/source/cxxhelp/util/Decompressor.cxx +++ b/xmlhelp/source/cxxhelp/util/Decompressor.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Decompressor.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:25:36 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:20: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_xmlhelp.hxx" #ifndef _XMLSEARCH_DB_BLOCK_HXX_ #include <db/Block.hxx> #endif |