summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/bridge/XBridgeSupplier2.idl')
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeSupplier2.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
index 2bb9ca354e93..fb4b2424565b 100644
--- a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
@@ -54,7 +54,7 @@
if it is being accessed remotely.
</p>
<p>All objects, whether they are part of the UNO object model or not,
- are carried in an <atom>any</atom>. The representation of this object
+ are carried in an `any`. The representation of this object
is heavily model-dependent and has to be specified in the following list: </p>
<dl>
@@ -63,8 +63,8 @@
struct, sequence, enum or interface. </dd>
<dt>OLE: </dt>
- <dd>The any carries an <atom>unsigned long</atom> (on 32-bit systems)
- or an <atom>unsigned hyper</atom> (on 64-bit systems), which is
+ <dd>The any carries an `unsigned long` (on 32-bit systems)
+ or an `unsigned hyper` (on 64-bit systems), which is
interpreted as a variant pointer. The any does not control the
lifetime of the represented variant. That implies that the caller
has the responsibility of freeing the OLE resources represented