summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/DispatchRecorderSupplier.idl')
-rw-r--r--offapi/com/sun/star/frame/DispatchRecorderSupplier.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
index d0c258971516..dd601e9b6ada 100644
--- a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
+++ b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
@@ -24,13 +24,13 @@
module com { module sun { module star { module frame {
-/** provides a <type>DispatchRecorder</type>
+/** provides a DispatchRecorder
<p>
This supplier regulate macro recording of <member>XDispatch::dispatch()</member>
- calls. For that it encapsulates a reference to a <type>DispatchRecorder</type>.
+ calls. For that it encapsulates a reference to a DispatchRecorder.
Such recorder is used internally and can be used externally too.
- A supplier will be available on a <type>Frame</type> if recording was enabled,
+ A supplier will be available on a Frame if recording was enabled,
otherwise not. A frame supports a special property for that.
This modular concept of recorder, supplier and frame makes it possible to
implement local recording on one frame; global recording by using all currently