diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:13:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:13:53 +0000 |
commit | 8c73dec4ec424c557ee64f78f307c1c24c86af21 (patch) | |
tree | d40e2e54abda5a882dfa2a73f6298709117ec917 /idlc | |
parent | a8f8c4ec352c74946be485a93bcb01e966e5e207 (diff) |
INTEGRATION: CWS pchfix02 (1.14.6); FILE MERGED
2006/09/01 17:31:14 kaib 1.14.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/errorhandler.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/idlc/source/errorhandler.cxx b/idlc/source/errorhandler.cxx index 0bf3d760cab3..6ed1c54e99c7 100644 --- a/idlc/source/errorhandler.cxx +++ b/idlc/source/errorhandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: errorhandler.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:18:15 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:13:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_idlc.hxx" #ifndef _IDLC_ERRORHANDLER_HXX_ #include <idlc/errorhandler.hxx> #endif |