diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:47:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:47:00 +0000 |
commit | 2e89707948c200344288d055f3c1926ba8ebfb00 (patch) | |
tree | 6d383447144c2d4aa8e580d4eae476dcb4d370fd /idl/source/cmptools | |
parent | 138b8cf4801a9c52b81a4866e2300896e07aabd6 (diff) |
INTEGRATION: CWS pchfix02 (1.4.4); FILE MERGED
2006/09/01 17:31:03 kaib 1.4.4.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idl/source/cmptools')
-rw-r--r-- | idl/source/cmptools/hash.cxx | 7 | ||||
-rw-r--r-- | idl/source/cmptools/lex.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/idl/source/cmptools/hash.cxx b/idl/source/cmptools/hash.cxx index f0bfae101953..8a5590878895 100644 --- a/idl/source/cmptools/hash.cxx +++ b/idl/source/cmptools/hash.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hash.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:41:24 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:46:46 $ * * 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_idl.hxx" + /****************** I N C L U D E S **************************************/ // C and C++ Includes. #include <stdlib.h> diff --git a/idl/source/cmptools/lex.cxx b/idl/source/cmptools/lex.cxx index 729932a2d4f2..348b646ea8aa 100644 --- a/idl/source/cmptools/lex.cxx +++ b/idl/source/cmptools/lex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: lex.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:41:35 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:47:00 $ * * 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_idl.hxx" + #include <ctype.h> #include <stdio.h> |