diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:52:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 10:52:30 +0000 |
commit | 0808a1d5a806f2ddf4d2958ab5978f21166cf81a (patch) | |
tree | 591649c83ed16a6ca2415e9dca3dda8ec536273e /jvmfwk | |
parent | dab138b0b01265b9132b3e712f31ce3be909864e (diff) |
INTEGRATION: CWS jl8 (1.2.4); FILE MERGED
2004/07/07 13:28:51 jl 1.2.4.3: #i30342#
2004/07/07 10:47:37 jl 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED
2004/06/23 12:31:35 jl 1.2.4.1: #i30342# refactorizing plugin
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.hxx index 5f82f6ae6092..16e633384bea 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 18:41:23 $ + * last change: $Author: hr $ $Date: 2004-07-23 11:52:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #include "rtl/ustring.hxx" -namespace stoc_javadetect { +namespace jfw_plugin { // Define SUNVERSION_SELFTEST to run a test when this lib is loaded //#define SUNVERSION_SELFTEST @@ -145,14 +145,6 @@ protected: bool m_bValid; }; -/** - @param usJavaHome - File URL of the java installation directory. -*/ -SunVersion initVersion(const rtl::OUString& usJavaHome); - -SunVersion extractVersion(const rtl::OString & sVersionLine); - } #endif // INCLUDED_JVMACCESS_SUNVERSION_HXX |