summaryrefslogtreecommitdiffstats
path: root/javaunohelper/source/bootstrap.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2002-11-05 08:31:35 +0000
committerOliver Bolte <obo@openoffice.org>2002-11-05 08:31:35 +0000
commit5ab289ad1ca6d1124dbc8867854a9fec823e4e5d (patch)
treec5bca9b998c51bb08b206411e73bc6633329f364 /javaunohelper/source/bootstrap.cxx
parent#96508# correct some idl docs (diff)
downloadcore-5ab289ad1ca6d1124dbc8867854a9fec823e4e5d.tar.gz
core-5ab289ad1ca6d1124dbc8867854a9fec823e4e5d.zip
#100000# jni.h moved to other line
Diffstat (limited to 'javaunohelper/source/bootstrap.cxx')
-rw-r--r--javaunohelper/source/bootstrap.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/javaunohelper/source/bootstrap.cxx b/javaunohelper/source/bootstrap.cxx
index 30fcd27b967c..32f6fa1edd66 100644
--- a/javaunohelper/source/bootstrap.cxx
+++ b/javaunohelper/source/bootstrap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bootstrap.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dbo $ $Date: 2002-10-21 15:30:33 $
+ * last change: $Author: obo $ $Date: 2002-11-05 09:31:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,8 +59,6 @@
*
************************************************************************/
-#include <jni.h>
-
#include <osl/diagnose.h>
#include <rtl/alloc.h>
#include <rtl/bootstrap.hxx>
@@ -73,6 +71,8 @@
#include <bridges/java/jvmcontext.hxx>
+#include <jni.h>
+
#define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )