summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:08:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:08:19 +0000
commit60098f6953fca2b7bfcf2c722e650b43a081ddf6 (patch)
treeca043de37412e50a128f50426972360d4a8ebff8 /jvmfwk
parentb5486d4d07a04a2b445a110cc031aae9ba595fcd (diff)
INTEGRATION: CWS warnings01 (1.9.6); FILE MERGED
2005/11/07 18:54:26 pl 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED 2005/10/28 10:13:54 sb 1.9.6.1: #i53898# Made code warning-free.
Diffstat (limited to 'jvmfwk')
-rwxr-xr-xjvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx b/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
index a213a5bd777a..def0337bc675 100755
--- a/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
+++ b/jvmfwk/plugins/sunmajor/javaenvsetup/javaldx.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: javaldx.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2005-10-25 11:35:01 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:08:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,7 +47,7 @@ using namespace rtl;
#define OUSTR(x) OUString(RTL_CONSTASCII_USTRINGPARAM( x ))
-static sal_Bool hasOption(char* szOption, int argc, char** argv);
+static sal_Bool hasOption(char const * szOption, int argc, char** argv);
static rtl::OString getLD_LIBRARY_PATH(const rtl::ByteSequence & vendorData);
//static sal_Bool printPaths(const OUString& sPathFile);
@@ -156,7 +156,7 @@ rtl::OString getLD_LIBRARY_PATH(const rtl::ByteSequence & vendorData)
return paths;
}
-static sal_Bool hasOption(char* szOption, int argc, char** argv)
+static sal_Bool hasOption(char const * szOption, int argc, char** argv)
{
sal_Bool retVal= sal_False;
for(sal_Int16 i= 1; i < argc; i++)