diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-01-31 08:51:13 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-01-31 08:51:13 +0000 |
commit | 8fb480e3cf46b2285844eeece72002652fb3b5df (patch) | |
tree | 68be490d050cc490e471c37a597f7cb46dfe95bb /jvmfwk | |
parent | 5c216b15e97623bb1d5d6ab123eaee08a6ad1297 (diff) |
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
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/util.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.hxx b/jvmfwk/plugins/sunmajor/pluginlib/util.hxx index b45870ff3..48bdb1b8d 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 <vector> #include "vendorbase.hxx" @@ -157,6 +158,7 @@ void createJavaInfoFromWinReg(std::vector<rtl::Reference<VendorBase> > & vecInf void bubbleSortVersion(std::vector<rtl::Reference<VendorBase> >& vec); +rtl::Bootstrap* getBootstrap(); } #endif |