summaryrefslogtreecommitdiff
path: root/jvmfwk/source/framework.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 15:26:30 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 15:26:30 +0000
commitf180f0cd2a101cd94ec5a58046dee122c33232e5 (patch)
tree5a78d1851730235c7a9bdf39b89e41b2aec77db3 /jvmfwk/source/framework.cxx
parenta42a92dcb6fd0c1d17dc8d1f0233eae996a28093 (diff)
INTEGRATION: CWS warningfixes02 (1.25.4); FILE MERGED
2006/06/30 11:57:01 sb 1.25.4.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'jvmfwk/source/framework.cxx')
-rw-r--r--jvmfwk/source/framework.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx
index 1799e5db4c39..93d86f7c1350 100644
--- a/jvmfwk/source/framework.cxx
+++ b/jvmfwk/source/framework.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: framework.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:11:00 $
+ * last change: $Author: kz $ $Date: 2006-07-19 16:26:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -797,7 +797,8 @@ javaFrameworkError SAL_CALL jfw_getJavaInfoByPath(
//JRE. If a plugin recognized it then the loop will break
typedef std::vector<jfw::PluginLibrary>::const_iterator ci_pl;
int cModule = 0;
- for (ci_pl i = vecPlugins.begin(); i != vecPlugins.end(); i++, cModule)
+ for (ci_pl i = vecPlugins.begin(); i != vecPlugins.end();
+ i++, cModule++)
{
const jfw::PluginLibrary & library = *i;
jfw::VersionInfo versionInfo =