diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:49:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:49:57 +0000 |
commit | 858c884680eb1477ba4e7d16a04d24d1d42cca97 (patch) | |
tree | 0ff263307459a884e68570378c492d06a7b8d53a /idl/util | |
parent | 0e84621797c7b1e589a96a4ecbf220faec2ca9cd (diff) |
INTEGRATION: CWS pchfix02 (1.2.24); FILE MERGED
2006/09/01 17:31:05 kaib 1.2.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idl/util')
-rw-r--r-- | idl/util/idlpch.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/idl/util/idlpch.cxx b/idl/util/idlpch.cxx index c338ce431b23..af58d59c6555 100644 --- a/idl/util/idlpch.cxx +++ b/idl/util/idlpch.cxx @@ -4,9 +4,9 @@ * * $RCSfile: idlpch.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:53:35 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:49:57 $ * * 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_idl.hxx" #ifdef MAC #include <string.h> #else @@ -56,4 +59,3 @@ #include <module.hxx> #include <database.hxx> -#pragma hdrstop |