summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl')
-rw-r--r--udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
index 5619e8b5fb76..8be1bc06595d 100644
--- a/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
+++ b/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
@@ -28,7 +28,7 @@
/** maps UNO types to COM types and vice versa. It is optimized for use in a
remote szenario. <p>
The functionality is basically the same as
-<type scope="com::sun::star::bridge">OleBridgeSupplier2</type>.
+com::sun::star::bridge::OleBridgeSupplier2.
However, the implementation should be optimized for remote access. For example, it could
try to reduce the calls into the remote process. Also it could create components on its own behalf in the remote process, if this increases performance.