diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:16:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:16:31 +0000 |
commit | 46f4a5f8c23c0b1bd2ae14d41917356f62e7218c (patch) | |
tree | 9d93c863296497bea6a6ef65919e134ddb4292a8 /xmlhelp | |
parent | a2d25f02c530cb3065f98e45079df0d529052cf0 (diff) |
INTEGRATION: CWS pchfix02 (1.4.8); FILE MERGED
2006/09/01 17:58:32 kaib 1.4.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/db.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/db.cxx b/xmlhelp/source/cxxhelp/provider/db.cxx index b3d5271b47d2..c88aeeec415c 100644 --- a/xmlhelp/source/cxxhelp/provider/db.cxx +++ b/xmlhelp/source/cxxhelp/provider/db.cxx @@ -4,9 +4,9 @@ * * $RCSfile: db.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:39:06 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:16:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_xmlhelp.hxx" + #include "db.hxx" #include <rtl/alloc.h> |