diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:20:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:20:13 +0000 |
commit | 10714f3660c3a139d6f2ec793a18da27e83ba41d (patch) | |
tree | fe1ed2ec4ed5d409c5c8bf227cef1ee42f1f7f85 /xmlhelp | |
parent | 4f25ea43d850765e9e35afac2bef3bcd7fa6f3f8 (diff) |
INTEGRATION: CWS pchfix02 (1.14.8); FILE MERGED
2006/09/01 17:58:34 kaib 1.14.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/qe/XmlIndex.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/qe/XmlIndex.cxx b/xmlhelp/source/cxxhelp/qe/XmlIndex.cxx index 641dc8a6121b..f4c876899b13 100644 --- a/xmlhelp/source/cxxhelp/qe/XmlIndex.cxx +++ b/xmlhelp/source/cxxhelp/qe/XmlIndex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XmlIndex.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:41:58 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:20:13 $ * * 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 _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif |