diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 12:13:04 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 12:13:04 +0000 |
commit | 8a959e9048de6ad4de400e43d39df8a988fdde0f (patch) | |
tree | 76ca877904574a7fcf0fdb60edc455138001d68e /udkapi | |
parent | 0de3dc262767dcf0b7f31d2b7e5bb78adee73110 (diff) |
INTEGRATION: CWS sb79 (1.11.74); FILE MERGED
2007/09/26 14:04:41 sb 1.11.74.1: #i80947# Clarified documentation.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/connection/XConnector.idl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/connection/XConnector.idl b/udkapi/com/sun/star/connection/XConnector.idl index 1d4e78f55227..3153d19aa43c 100644 --- a/udkapi/com/sun/star/connection/XConnector.idl +++ b/udkapi/com/sun/star/connection/XConnector.idl @@ -4,9 +4,9 @@ * * $RCSfile: XConnector.idl,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:11:11 $ + * last change: $Author: ihi $ $Date: 2007-11-23 13:13:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,9 @@ published interface XConnector: com::sun::star::uno::XInterface // DocMerge from xml: method com::sun::star::connection::XConnector::connect /** creates a new connection interprocess connection. <p> - Tries to connect to an <type>XAcceptor</type>. + Tries to connect to an <type>XAcceptor</type>. Behavior is unspecified + if a call to connect is made when another call to connect either has not + yet returned or has returned successfully without raising an exception. @param sConnectionDescription contains the kind of the connection plus a |