summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_freebsd_intel
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 14:45:54 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 14:45:54 +0000
commit22ed89ec920791fc65a7486c230a3722c86ea3f8 (patch)
tree865c7f727cd289b0702f14c381d4604f3dea9c66 /bridges/source/cpp_uno/gcc3_freebsd_intel
parenta39ec2d59976e45ccd35176a71dc735d6f7bcb9c (diff)
INTEGRATION: CWS pchfix02 (1.6.70); FILE MERGED
2006/09/01 17:17:30 kaib 1.6.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_freebsd_intel')
-rw-r--r--bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx b/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx
index 262c78e61148..d5f0efb8adb9 100644
--- a/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_freebsd_intel/except.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: except.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:20:22 $
+ * last change: $Author: obo $ $Date: 2006-09-16 15:45:54 $
*
* 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>