summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
Diffstat (limited to 'bean')
-rw-r--r--bean/com/sun/star/beans/LocalOfficeConnection.java4
-rw-r--r--bean/com/sun/star/comp/beans/LocalOfficeConnection.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/bean/com/sun/star/beans/LocalOfficeConnection.java b/bean/com/sun/star/beans/LocalOfficeConnection.java
index 368a3b1d57ba..8dbf00cbad55 100644
--- a/bean/com/sun/star/beans/LocalOfficeConnection.java
+++ b/bean/com/sun/star/beans/LocalOfficeConnection.java
@@ -465,12 +465,12 @@ public class LocalOfficeConnection
if (path == null)
path = buffer.toString();
else
- state = -3; // error: more then one 'path'
+ state = -3; // error: more than one 'path'
} else if (("pipe").equals(name)) {
if (pipe == null)
pipe = buffer.toString();
else
- state = -4; // error: more then one 'pipe'
+ state = -4; // error: more than one 'pipe'
} else
state = -2; // error: unknown parameter
buffer.delete(0, buffer.length());
diff --git a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
index 74a60e4d8e11..49fb32b52e20 100644
--- a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
+++ b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
@@ -572,12 +572,12 @@ public class LocalOfficeConnection
if (path == null)
path = buffer.toString();
else
- state = -3; // error: more then one 'path'
+ state = -3; // error: more than one 'path'
} else if (name.equals("pipe")) {
if (pipe == null)
pipe = buffer.toString();
else
- state = -4; // error: more then one 'pipe'
+ state = -4; // error: more than one 'pipe'
} else
state = -2; // error: unknown parameter
buffer.delete(0, buffer.length());