diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:53:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:53:00 +0000 |
commit | 283ae0c47a468a2dba4d9766f35db1995200a4ed (patch) | |
tree | 31b4a9fe9b25d4a2148be815c5003cfef39a310f /bridges | |
parent | 0f6b81a5d45a0d15104b439192a8e729adc3d277 (diff) |
INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED
2006/09/01 17:17:36 kaib 1.4.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_netbsd_intel/uno2cpp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_netbsd_intel/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_netbsd_intel/uno2cpp.cxx index 017b16f8f056..7c0b637c25f4 100644 --- a/bridges/source/cpp_uno/gcc3_netbsd_intel/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_netbsd_intel/uno2cpp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: uno2cpp.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 22:29:52 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:53:00 $ * * 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 <sal/alloca.h> #include <rtl/alloc.h> |