diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:13:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:13:13 +0000 |
commit | 267e5b5f4f0c689e8c6229dfc6642fb84c176b54 (patch) | |
tree | 9f30123d2b154ddd6ad678b81c835d3488d2b30a /idlc | |
parent | 880ae968f4b18cdf0e02b591f46d6d83706d9911 (diff) |
INTEGRATION: CWS pchfix02 (1.8.30); FILE MERGED
2006/09/01 17:31:13 kaib 1.8.30.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/astinterface.cxx | 7 | ||||
-rw-r--r-- | idlc/source/aststruct.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/idlc/source/astinterface.cxx b/idlc/source/astinterface.cxx index ad52272edf3c..527c01fa0884 100644 --- a/idlc/source/astinterface.cxx +++ b/idlc/source/astinterface.cxx @@ -4,9 +4,9 @@ * * $RCSfile: astinterface.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:07:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:12:07 $ * * 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_idlc.hxx" #ifndef _IDLC_ASTINTERFACE_HXX_ #include <idlc/astinterface.hxx> #endif diff --git a/idlc/source/aststruct.cxx b/idlc/source/aststruct.cxx index 6a0585e08e82..a2b2f3891406 100644 --- a/idlc/source/aststruct.cxx +++ b/idlc/source/aststruct.cxx @@ -4,9 +4,9 @@ * * $RCSfile: aststruct.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:09:08 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:13: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_idlc.hxx" #ifndef _IDLC_ASTSTRUCT_HXX_ #include <idlc/aststruct.hxx> #endif |