diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:12:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:12:46 +0000 |
commit | cc604f2dfc1be798a938453c7b0cf68e165ccc8a (patch) | |
tree | 012645e9cebbe6d1b48f010b6ed1cd6c9d2ee3ed /idlc/source/astservice.cxx | |
parent | 61aacc0b6bacd69559d0491ffc505b653cb4eaf1 (diff) |
INTEGRATION: CWS pchfix02 (1.2.12); FILE MERGED
2006/09/01 17:31:13 kaib 1.2.12.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idlc/source/astservice.cxx')
-rw-r--r-- | idlc/source/astservice.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/idlc/source/astservice.cxx b/idlc/source/astservice.cxx index cf6b620f69d2..45ebbb4b03e5 100644 --- a/idlc/source/astservice.cxx +++ b/idlc/source/astservice.cxx @@ -4,9 +4,9 @@ * * $RCSfile: astservice.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2006-04-19 13:45:37 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:12: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_idlc.hxx" + #include "sal/config.h" #include "idlc/astmember.hxx" |