diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:57:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:57:56 +0000 |
commit | acdbc61f1e31eae1dbe9c99dd8113cceb45b6e8b (patch) | |
tree | c1837b125efdea49279571eafbda054b5571a4fe | |
parent | 2b517aea38be40a83eec19b5e63ba3bc5d6a319d (diff) |
INTEGRATION: CWS pchfix02 (1.20.22); FILE MERGED
2006/09/01 17:17:39 kaib 1.20.22.1: #i68856# Added header markers and pch files
-rw-r--r-- | bridges/source/jni_uno/jni_info.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/jni_uno/jni_info.cxx b/bridges/source/jni_uno/jni_info.cxx index 3e16e6bf8b1c..1604daa113a8 100644 --- a/bridges/source/jni_uno/jni_info.cxx +++ b/bridges/source/jni_uno/jni_info.cxx @@ -4,9 +4,9 @@ * * $RCSfile: jni_info.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:47:07 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:57:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_bridges.hxx" #include "jni_bridge.h" #include "com/sun/star/uno/RuntimeException.hpp" |