diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:52:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:52:02 +0000 |
commit | 30c29ae1f9630a373b7310357de066e4b6470bf8 (patch) | |
tree | 87cf012e30495af7bd2889d63d38ac1f095ab87e /bridges | |
parent | 4748e7bcf7cbb8afc5dafa9a190b25cf8b10af7f (diff) |
INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED
2006/09/01 17:17:35 kaib 1.4.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_macosx_powerpc/except.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_macosx_powerpc/except.cxx b/bridges/source/cpp_uno/gcc3_macosx_powerpc/except.cxx index b63cd21e725b..84387611b737 100644 --- a/bridges/source/cpp_uno/gcc3_macosx_powerpc/except.cxx +++ b/bridges/source/cpp_uno/gcc3_macosx_powerpc/except.cxx @@ -4,9 +4,9 @@ * * $RCSfile: except.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 22:27:48 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:52:02 $ * * 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_bridges.hxx" + #include <stdio.h> #include <dlfcn.h> #include <cxxabi.h> |