diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:55:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:55:05 +0000 |
commit | 56cf9150abc2ae206df4aa0f900a3645bdcbca5b (patch) | |
tree | e702eb263b9b6bfd4af731da058b94e75970facf /bridges | |
parent | 67f119fdd9a3067875b6794d3c258cd3e2901f77 (diff) |
INTEGRATION: CWS pchfix02 (1.14.70); FILE MERGED
2006/09/01 17:17:38 kaib 1.14.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_intel/except.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx index e10c8be9e312..7b7fc71c2893 100644 --- a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx +++ b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx @@ -4,9 +4,9 @@ * * $RCSfile: except.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-07 22:32:39 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:55:05 $ * * 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" + #pragma warning( disable : 4237 ) #include <hash_map> #include <sal/config.h> |