summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 08:51:13 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 08:51:13 +0000
commit877a402177d1a38009f3a2ccbd6b7504b69177bf (patch)
treebc05daaf46ff8ea9202016041b248d8786b441b4 /jvmfwk
parentecce78c409a7c23de7fb3dfe4f5b4e89e001cf2e (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.hxx6
1 files changed, 4 insertions, 2 deletions
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 <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