diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:11:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:11:27 +0000 |
commit | baa8c8a3774a7d0383da19aa3486392a563869e3 (patch) | |
tree | ad6d9a26ca31c7f0dbe0cb8b05b7afaa411d9c23 /idlc/source/astdump.cxx | |
parent | 5c93e9bbd0032b96aa4a9a536e144bd56c435be5 (diff) |
INTEGRATION: CWS pchfix02 (1.13.20); FILE MERGED
2006/09/01 17:31:12 kaib 1.13.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idlc/source/astdump.cxx')
-rw-r--r-- | idlc/source/astdump.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/idlc/source/astdump.cxx b/idlc/source/astdump.cxx index 859db2a67298..78e7694835f1 100644 --- a/idlc/source/astdump.cxx +++ b/idlc/source/astdump.cxx @@ -4,9 +4,9 @@ * * $RCSfile: astdump.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2006-01-31 18:14:43 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:11:27 $ * * 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_idlc.hxx" + #ifndef _IDLC_ASTMODULE_HXX_ #include <idlc/astmodule.hxx> #endif |