diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:57:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:57:28 +0000 |
commit | ca84dc8e0a15dcf7032037b09151cb68aa2c429a (patch) | |
tree | caf16fc99d5826fdd132f73d7ed6d6e6a52acbf8 /bridges/source/jni_uno | |
parent | 4ba3144f81fd3384c762eaa4b72af6c3243d6a5f (diff) |
INTEGRATION: CWS pchfix02 (1.16.22); FILE MERGED
2006/09/01 17:17:39 kaib 1.16.22.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges/source/jni_uno')
-rw-r--r-- | bridges/source/jni_uno/jni_bridge.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/jni_uno/jni_bridge.cxx b/bridges/source/jni_uno/jni_bridge.cxx index 4050fe6bb7f5..cd4f46e58934 100644 --- a/bridges/source/jni_uno/jni_bridge.cxx +++ b/bridges/source/jni_uno/jni_bridge.cxx @@ -4,9 +4,9 @@ * * $RCSfile: jni_bridge.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:46:40 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:57:28 $ * * 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 "jni_bridge.h" #include "jvmaccess/unovirtualmachine.hxx" |