From 877a402177d1a38009f3a2ccbd6b7504b69177bf Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 31 Jan 2005 08:51:13 +0000 Subject: INTEGRATION: CWS jre5issues (1.4.6); FILE MERGED 2005/01/18 12:48:49 jl 1.4.6.1: #i40879# in build environment the JRE is not tested for accessibility, because of potential X server problems --- jvmfwk/plugins/sunmajor/pluginlib/util.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'jvmfwk') diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.hxx b/jvmfwk/plugins/sunmajor/pluginlib/util.hxx index c2305388d1a4..41fe0ac8df46 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/util.hxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/util.hxx @@ -2,9 +2,9 @@ * * $RCSfile: util.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2004-12-16 11:45:57 $ + * last change: $Author: rt $ $Date: 2005-01-31 09:51:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,7 @@ #define INCLUDED_JFW_PLUGIN_UTIL_HXX #include "rtl/ustring.hxx" +#include "rtl/bootstrap.hxx" #include #include "vendorbase.hxx" @@ -157,6 +158,7 @@ void createJavaInfoFromWinReg(std::vector > & vecInf void bubbleSortVersion(std::vector >& vec); +rtl::Bootstrap* getBootstrap(); } #endif -- cgit