summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFrame2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XFrame2.idl')
-rw-r--r--offapi/com/sun/star/frame/XFrame2.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/XFrame2.idl b/offapi/com/sun/star/frame/XFrame2.idl
index 9905bafca9f3..00543c148f06 100644
--- a/offapi/com/sun/star/frame/XFrame2.idl
+++ b/offapi/com/sun/star/frame/XFrame2.idl
@@ -115,7 +115,7 @@ published interface XFrame2
That means: if someone wishes to enable recoding on a frame he must set
a supplier with a recorder object inside of it. Every user of dispatches
has to check then if such supplier is available at this frame property.
- If value of this property is <NULL/> he must call XDispatch::dispatch()
+ If value of this property is `NULL` he must call XDispatch::dispatch()
on the original dispatch object. If it's a valid value he must use the supplier
by calling his method XDispatchRecorderSupplier::dispatchAndRecord()
with the original dispatch object as argument.