summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/bridge/XBridge.idl
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-17 08:28:43 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-17 08:28:43 +0000
commitfe26258a8d7672f87d88136ede459e0b05dd8aff (patch)
tree70a95ea67822475c45ee86d2d2a41aeb3a1bd3cb /udkapi/com/sun/star/bridge/XBridge.idl
parente7c9b45f136fec4cc234be170998495b43a68b27 (diff)
INTEGRATION: CWS sdk01 (1.9.36); FILE MERGED
2003/03/07 13:14:25 jsc 1.9.36.1: #108047# correct scope of used type
Diffstat (limited to 'udkapi/com/sun/star/bridge/XBridge.idl')
-rw-r--r--udkapi/com/sun/star/bridge/XBridge.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/bridge/XBridge.idl b/udkapi/com/sun/star/bridge/XBridge.idl
index 614c03196b56..32e344e12c2e 100644
--- a/udkapi/com/sun/star/bridge/XBridge.idl
+++ b/udkapi/com/sun/star/bridge/XBridge.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XBridge.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: jbu $ $Date: 2002-01-18 13:33:01 $
+ * last change: $Author: rt $ $Date: 2003-04-17 09:28:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ interface XBridge: com::sun::star::uno::XInterface
remote process.
@see com.sun.star.bridge.XInstanceProvider
*/
- XInterface getInstance( [in] string sInstanceName );
+ com::sun::star::uno::XInterface getInstance( [in] string sInstanceName );
/** name that the bridge got when it was created.