diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:34:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:34:34 +0000 |
commit | 3d467d0bc9dc8d8e6641d348a024230399be822d (patch) | |
tree | a9139de1d49dbd427c4582ca7e16a366f425ca5b /codemaker | |
parent | defb6f97297ca396d27c1dce07c4624a582a8550 (diff) |
INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED
2006/09/01 17:19:20 kaib 1.6.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/codemaker/exceptiontree.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/source/codemaker/exceptiontree.cxx b/codemaker/source/codemaker/exceptiontree.cxx index fa1c8ec12..d2ffeaead 100644 --- a/codemaker/source/codemaker/exceptiontree.cxx +++ b/codemaker/source/codemaker/exceptiontree.cxx @@ -4,9 +4,9 @@ * * $RCSfile: exceptiontree.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:23:01 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:34:34 $ * * 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_codemaker.hxx" + #include "codemaker/exceptiontree.hxx" #include "codemaker/typemanager.hxx" |