diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:15:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:15:12 +0000 |
commit | e40ead44c4ab7d158cfe8c0ea0758f106ffaa376 (patch) | |
tree | 2aff86deb0dd73c29d62ec32fa85fb9f2432e866 /idlc/source | |
parent | 3075dc460a07cbe7ca2eb09328f16cde01e3d5be (diff) |
INTEGRATION: CWS pchfix02 (1.14.8); FILE MERGED
2006/09/01 17:31:15 kaib 1.14.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idlc/source')
-rw-r--r-- | idlc/source/options.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx index a09c5c60de92..b506101ef87f 100644 --- a/idlc/source/options.cxx +++ b/idlc/source/options.cxx @@ -4,9 +4,9 @@ * * $RCSfile: options.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:49:40 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:15:12 $ * * 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 <stdio.h> #include /*MSVC trouble: <cstring>*/ <string.h> |