summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/DispatchRecorder.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/DispatchRecorder.idl')
-rw-r--r--offapi/com/sun/star/frame/DispatchRecorder.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/DispatchRecorder.idl b/offapi/com/sun/star/frame/DispatchRecorder.idl
index 8377682d16c1..7f119a2db857 100644
--- a/offapi/com/sun/star/frame/DispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/DispatchRecorder.idl
@@ -24,15 +24,15 @@
module com { module sun { module star { module frame {
-/** provides functionality to record <member>XDispatch::dispatch()</member> requests
+/** provides functionality to record XDispatch::dispatch() requests
<p>
- It records all necessary parameters of a call <member>XDispatch::dispatch()</member>
+ It records all necessary parameters of a call XDispatch::dispatch()
and generate code which can be executed at later time to run same operations
again. Which code will be generated depends from real implementation. So it's
possible to generate e.g. Java/Basic or may Perl code.
By using of a DispatchRecorderSupplier, which is available on
- a property of a <member>Frame::DispatchRecorderSupplier</member>, it's possible to change such code generation
+ a property of a Frame::DispatchRecorderSupplier, it's possible to change such code generation
for further requests or disable it in general by setting this property to <NULL/>.
</p>