diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:11:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:11:14 +0000 |
commit | 5c93e9bbd0032b96aa4a9a536e144bd56c435be5 (patch) | |
tree | 4c3877f989c4e3c4caa2f5360b554dd3774eeb6e /idlc | |
parent | eb982c0847d4843bd86d9f64b1d1b6c787c9d524 (diff) |
INTEGRATION: CWS pchfix02 (1.9.8); FILE MERGED
2006/09/01 17:31:12 kaib 1.9.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/astdeclaration.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/idlc/source/astdeclaration.cxx b/idlc/source/astdeclaration.cxx index 519bfbf46e6d..d40517fd32e5 100644 --- a/idlc/source/astdeclaration.cxx +++ b/idlc/source/astdeclaration.cxx @@ -4,9 +4,9 @@ * * $RCSfile: astdeclaration.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:46:53 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:11:14 $ * * 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_ASTDECLARATION_HXX_ #include <idlc/astdeclaration.hxx> #endif |