summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/connection
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 10:32:31 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 10:32:31 +0000
commita0c5a196a504dd52243f4a77357dba229602f0a3 (patch)
treecbac8b3e38d5a459084d1d4bb74dd70ae5658349 /udkapi/com/sun/star/connection
parentfb8e5ac63ebac6ce3f58a9085b80216620aee63c (diff)
INTEGRATION: CWS cyb1 (1.10.40); FILE MERGED
2005/08/08 17:35:22 cyb 1.10.40.1: Issue number: #53007
Diffstat (limited to 'udkapi/com/sun/star/connection')
-rw-r--r--udkapi/com/sun/star/connection/XAcceptor.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/connection/XAcceptor.idl b/udkapi/com/sun/star/connection/XAcceptor.idl
index 3b5ca368a2f6..7679c2f0dd54 100644
--- a/udkapi/com/sun/star/connection/XAcceptor.idl
+++ b/udkapi/com/sun/star/connection/XAcceptor.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XAcceptor.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:10:03 $
+ * last change: $Author: rt $ $Date: 2005-12-14 11:32:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,7 +60,7 @@ published interface XAcceptor: com::sun::star::uno::XInterface
@param sConnectionDescription
contains the kind of the connection plus a
comma seperated list of attributes,
- e.g., <em>socket,host=locahost,port=2345</em> for a tcpip connection.
+ e.g., <em>socket,host=localhost,port=2345</em> for a tcpip connection.
@return null reference,
stopAccepting was called.