diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:48:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:48:39 +0000 |
commit | 6ed01eb1b958f082a4b4bbadc01d27bd85db0e83 (patch) | |
tree | 3b17c831b01cb19536fb7a033645a4f621a4ba97 /idl | |
parent | a1a0f8a4291adecdb1b925418712fe4657993aa2 (diff) |
INTEGRATION: CWS pchfix02 (1.5.6); FILE MERGED
2006/09/01 17:31:04 kaib 1.5.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/prj/command.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx index 64e268baec22..a72267f177cd 100644 --- a/idl/source/prj/command.cxx +++ b/idl/source/prj/command.cxx @@ -4,9 +4,9 @@ * * $RCSfile: command.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:43:02 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:48:39 $ * * 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_idl.hxx" + #include <stdlib.h> #include <stdio.h> #include <string.h> |