diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:09:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:09:54 +0000 |
commit | 0e0503f27fa9ae1f72b0da6fae1ab4050c9b1763 (patch) | |
tree | b9d6b944e2a66ef9dc8bfc9f8a94a38edd662f5f /jvmfwk | |
parent | f625aac94858c0b13e394d2120332a4a88ec82fb (diff) |
INTEGRATION: CWS warnings01 (1.7.18); FILE MERGED
2006/04/07 19:55:59 sb 1.7.18.3: RESYNC: (1.8-1.9); FILE MERGED
2005/09/22 20:21:09 sb 1.7.18.2: RESYNC: (1.7-1.8); FILE MERGED
2005/09/01 14:56:19 sb 1.7.18.1: #i53898# Made code warning-free.
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunversion.cxx index db9b5004a175..a81db81e3553 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.9 $ + * $Revision: 1.10 $ * - * last change: $Author: kz $ $Date: 2006-02-03 17:16:40 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:09:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,7 +99,6 @@ bool SunVersion::init(const char *szVersion) char buf[128]; //char must me a number 0 - 999 and no leading - char cCur = *pCur; while (1) { if (pCur < pEnd && isdigit(*pCur)) |