summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2002-08-08 11:44:43 +0000
committerJoachim Lingner <jl@openoffice.org>2002-08-08 11:44:43 +0000
commit0c54f3a2fef28598155b8243b664c8e390933a3f (patch)
tree5b8ba9e95dfb18e8cdfbe14a0073b264ceffb650 /stoc
parentbc392bc875ea6cd048a6d8f4b9e993ff761f2c65 (diff)
#101225# typo fixed
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/javavm/javavm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx
index f7f2b9b084d6..5ce1e3ec4f7d 100644
--- a/stoc/source/javavm/javavm.cxx
+++ b/stoc/source/javavm/javavm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: javavm.cxx,v $
*
- * $Revision: 1.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: jl $ $Date: 2002-08-08 10:39:53 $
+ * last change: $Author: jl $ $Date: 2002-08-08 12:44:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1326,7 +1326,7 @@ static void initVMConfiguration(JVM * pjvm,
OUString usUserClasspath= jvm.getUserClasspath();
OUString usSystemClasspath= jvm.getSystemClasspath();
if( usRuntimeLib.getLength() == 0
- || (usUserClasspath.getLength == 0 && usSystemClasspath.getLength() == 0))
+ || (usUserClasspath.getLength() == 0 && usSystemClasspath.getLength() == 0))
{
if (bPropsFail)
throw confexc;