diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:19:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:19:18 +0000 |
commit | 7c0c7fd62a75fed98662dbf6054cb2f8554db6a2 (patch) | |
tree | f13e67e1d4909dc0cfaae668c4ae0f08cb4784fc /xmlhelp | |
parent | 9530ce460e930da14d3567e6131ccec3321bc113 (diff) |
INTEGRATION: CWS pchfix02 (1.8.4); FILE MERGED
2006/09/01 17:58:34 kaib 1.8.4.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/qe/DocGenerator.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/qe/DocGenerator.cxx b/xmlhelp/source/cxxhelp/qe/DocGenerator.cxx index 42e82c74355b..53a2d905021c 100644 --- a/xmlhelp/source/cxxhelp/qe/DocGenerator.cxx +++ b/xmlhelp/source/cxxhelp/qe/DocGenerator.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DocGenerator.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2006-07-19 17:13:08 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:19:18 $ * * 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_QE_DOCGENERATOR_HXX_ #include <qe/DocGenerator.hxx> #endif |