summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 10:32:18 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 10:32:18 +0000
commitfb8e5ac63ebac6ce3f58a9085b80216620aee63c (patch)
treec57597f7c1a0116467ba3daa11159a789bd8bfae /udkapi
parentee31aadf51acc604d0b7608f9f5b9292352a0d3e (diff)
INTEGRATION: CWS cyb1 (1.11.40); FILE MERGED
2005/08/12 11:43:28 cyb 1.11.40.1: Issue number: #53193#
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeFactory.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/bridge/XBridgeFactory.idl b/udkapi/com/sun/star/bridge/XBridgeFactory.idl
index 0cb8f7ba25cf..cde1e6bf12cb 100644
--- a/udkapi/com/sun/star/bridge/XBridgeFactory.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeFactory.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XBridgeFactory.idl,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:03:19 $
+ * last change: $Author: rt $ $Date: 2005-12-14 11:32:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,7 +91,8 @@ published interface XBridgeFactory: com::sun::star::uno::XInterface
*/
XBridge getBridge( [in] string sName );
- /** returns the sequence of all existing (including unnamed)bridges.
+ /** returns the sequence of all named and unnamed UNO interprocess
+ bridges that are instantiated at the time the call is made.
*/
sequence < XBridge > getExistingBridges( );
};