diff options
-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" |