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
commit99b301716f008b35ae62b1928ab9670dfd4a46e3 (patch)
treee1c9824b81e7e0c3a1cf54e0f7e05f3df3ffc9ef /udkapi/com/sun/star/bridge/XBridge.idl
parent2bdd4133f5c6d22e8ec1aaf0ec38183f6fceb1ac (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 d89d178eb..4b048b184 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.