summaryrefslogtreecommitdiff
path: root/codemaker/source/javamaker/javaoptions.cxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 12:53:23 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 12:53:23 +0000
commiteb9c6c9a2ecf00c9ad8d7ff47034816a5496009e (patch)
treea46c87b85d5409f7bdec3d8279705f051f3552ca /codemaker/source/javamaker/javaoptions.cxx
parentcd8bfb2a694c176c959b274127e392bbdd9717d8 (diff)
INTEGRATION: CWS ooo20040329 (1.7.16); FILE MERGED
2004/03/17 09:29:14 waratah 1.7.16.1: #i1858# remove i statement that does nothing
Diffstat (limited to 'codemaker/source/javamaker/javaoptions.cxx')
-rw-r--r--codemaker/source/javamaker/javaoptions.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/codemaker/source/javamaker/javaoptions.cxx b/codemaker/source/javamaker/javaoptions.cxx
index 10e39b8d6bf5..777e61667549 100644
--- a/codemaker/source/javamaker/javaoptions.cxx
+++ b/codemaker/source/javamaker/javaoptions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: javaoptions.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2003-10-20 13:09:37 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 13:53:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,6 @@
************************************************************************/
#include <stdio.h>
#include <string.h>
-
#include "javaoptions.hxx"
#include "osl/process.h"
#include "osl/thread.h"
@@ -92,7 +91,7 @@ sal_Bool JavaOptions::initOptions(int ac, char* av[], sal_Bool bCmdFile)
}
char *s=NULL;
- for (i; i < ac; i++)
+ for( ; i < ac; i++)
{
if (av[i][0] == '-')
{