summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:49:49 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:49:49 +0000
commit79f2d57364d2056f90089e7aa549ffd4b6f049f2 (patch)
treef5df86f963aa275cd5d8ba5ca0758d13fbfdfe80 /jvmfwk
parent20cfec3f4d7e71171de0e6f088a4e94951bd2732 (diff)
INTEGRATION: CWS sb56 (1.10.2); FILE MERGED
2006/07/07 09:10:51 sb 1.10.2.1: #i67105# Made code compile (warning-free) with debug=x.
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
index a81db81e3553..13e9c3d7619e 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sunversion.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:09:54 $
+ * last change: $Author: ihi $ $Date: 2006-08-24 10:49:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -345,18 +345,18 @@ SelfTest::SelfTest()
{
bool bRet = true;
- char * versions[] = {"1.4.0", "1.4.1", "1.0.0", "10.0.0", "10.10.0",
+ char const * versions[] = {"1.4.0", "1.4.1", "1.0.0", "10.0.0", "10.10.0",
"10.2.2", "10.10.0", "10.10.10", "111.0.999",
"1.4.1_01", "9.90.99_09", "1.4.1_99",
"1.4.1_00a",
"1.4.1-ea", "1.4.1-beta", "1.4.1-rc1",
"1.5.0_01-ea", "1.5.0_01-rc2"};
- char * badVersions[] = {".4.0", "..1", "", "10.0", "10.10.0.", "10.10.0-", "10.10.0.",
+ char const * badVersions[] = {".4.0", "..1", "", "10.0", "10.10.0.", "10.10.0-", "10.10.0.",
"10.2-2", "10_10.0", "10..10","10.10", "a.0.999",
"1.4b.1_01", "9.90.-99_09", "1.4.1_99-",
"1.4.1_00a2", "1.4.0_z01z", "1.4.1__99A",
"1.4.1-1ea", "1.5.0_010", "1.5.0._01-", "1.5.0_01-eac"};
- char * orderedVer[] = { "1.3.1-ea", "1.3.1-beta", "1.3.1-rc1",
+ char const * orderedVer[] = { "1.3.1-ea", "1.3.1-beta", "1.3.1-rc1",
"1.3.1", "1.3.1_00a", "1.3.1_01", "1.3.1_01a",
"1.3.2", "1.4.0", "1.5.0_01-ea", "2.0.0"};