diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:49:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:49:29 +0000 |
commit | a1b51481d6c6cc3d7f9b65373ffc754521f60a48 (patch) | |
tree | ab79748863d8442b987998d6f1f1c62fd8c51745 /idl/source/prj | |
parent | f776e4e2102cc2c052b824e5b9d0b66fe28f02ea (diff) |
INTEGRATION: CWS pchfix02 (1.3.6); FILE MERGED
2006/09/01 17:31:05 kaib 1.3.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idl/source/prj')
-rw-r--r-- | idl/source/prj/idldll.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/idl/source/prj/idldll.cxx b/idl/source/prj/idldll.cxx index 3393f57e531c..1b42084b9b1e 100644 --- a/idl/source/prj/idldll.cxx +++ b/idl/source/prj/idldll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: idldll.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:43:36 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:49:29 $ * * 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" + #ifdef WIN #ifndef _SVWIN_H |