summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 17:41:23 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 17:41:23 +0000
commit9c69356d86a288dc864d026b55f2563193e4b5ab (patch)
treec4509a9b42e9c37ab9b956e318ef8ed3ea08aa77 /jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
parent1312b6389c68527c8bcd306b61bad74bec6a3b0f (diff)
INTEGRATION: CWS jlregcomp (1.2.6); FILE MERGED
2004/06/24 09:12:38 jl 1.2.6.1: #i30628# obtaiing the version did not work
Diffstat (limited to 'jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
index 46a27686ec5e..5f82f6ae6092 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sunversion.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2004-05-12 09:43:20 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 18:41:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -151,7 +151,7 @@ protected:
*/
SunVersion initVersion(const rtl::OUString& usJavaHome);
-SunVersion getVersionFromBuf(const sal_Char *pBuf, sal_Int32 sizeBuf);
+SunVersion extractVersion(const rtl::OString & sVersionLine);
}