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 | 7f5e8ff5c3b34bfc210389cf4c9d3f601319a421 (patch) | |
tree | 2c0ff68a3912df3d0f541fea6941940948b527d3 /codemaker/source | |
parent | 1090a941300b40179612b1df48aff19816f190f7 (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/source')
-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 c98bdf0980bf..7d3557f77a6d 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" |