diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
index a8dd0ad8949d..52e00a441683 100644
--- a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
+++ b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java
@@ -83,7 +83,7 @@ public final class pipeAcceptor implements XAcceptor {
* type
*(key=value
),
* where type
should be pipe
- * (ignoring case). Supported keys (ignoring case) currently are
+ * (ignoring case). Supported keys (ignoring case) currently are
host
* tcpnodelay
* 0
/1
) enabling or disabling Nagle's
* algorithm on the resulting connection.
- * XConnection
to the client.
diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
index 425128ce267b..95c064ed58a9 100644
--- a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
+++ b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
@@ -81,7 +81,7 @@ public final class pipeConnector implements XConnector {
* type
*(key=value
),
* where type
should be pipe
- * (ignoring case). Supported keys (ignoring case) currently are
+ * (ignoring case). Supported keys (ignoring case) currently are
* host
* tcpnodelay
* 0
/1
) enabling or disabling Nagle's
* algorithm on the resulting connection.
- * XConnection
to the server.
diff --git a/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
index 22dbfa4737bd..4902d52b9f3f 100644
--- a/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
+++ b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java
@@ -88,7 +88,7 @@ public final class socketAcceptor implements XAcceptor {
* type
*(key=value
),
* where type
should be socket
- * (ignoring case). Supported keys (ignoring case) currently are
+ * (ignoring case). Supported keys (ignoring case) currently are
* host
* tcpnodelay
* 0
/1
) enabling or disabling Nagle's
* algorithm on the resulting connection.
- * XConnection
to the client.
diff --git a/jurt/com/sun/star/lib/connections/socket/socketConnector.java b/jurt/com/sun/star/lib/connections/socket/socketConnector.java
index 48d87b71fd93..ce76eaa4723c 100644
--- a/jurt/com/sun/star/lib/connections/socket/socketConnector.java
+++ b/jurt/com/sun/star/lib/connections/socket/socketConnector.java
@@ -86,7 +86,7 @@ public final class socketConnector implements XConnector {
* type
*(key=value
),
* where type
should be socket
- * (ignoring case). Supported keys (ignoring case) currently are
+ * (ignoring case). Supported keys (ignoring case) currently are
* host
* tcpnodelay
* 0
/1
) enabling or disabling Nagle's
* algorithm on the resulting connection.
- * XConnection
to the server.
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/Message.java b/jurt/com/sun/star/lib/uno/environments/remote/Message.java
index f679d76b41bc..cfdd1f32ceda 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/Message.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/Message.java
@@ -161,9 +161,9 @@ public class Message {
* Valid only for request messages and reply messages that represent * normal termination. Any returned array must not be modified.
* - * @return the in and in&ndash { + * @return the in and in– { * }out arguments for a request (possibly - *null
for a paramterless function), the out and in&dash {
+ * null
for a paramterless function), the out and in– {
* }out
* arguments for a reply that represents normal termination (possibly
* null
for a parameterless function), null
for a