summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XDispatchRecorder.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XDispatchRecorder.idl')
-rw-r--r--offapi/com/sun/star/frame/XDispatchRecorder.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XDispatchRecorder.idl b/offapi/com/sun/star/frame/XDispatchRecorder.idl
index d287512b754a..6b007f512fc2 100644
--- a/offapi/com/sun/star/frame/XDispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/XDispatchRecorder.idl
@@ -32,11 +32,11 @@ module com { module sun { module star { module frame {
<p>
With such recorder it will be possible to record requests of type
- <type>XDispatch</type> by using additional interface
- <type>XRecordableDispatch</type>. The result of that will be a
+ XDispatch by using additional interface
+ XRecordableDispatch. The result of that will be a
a script which can be used to start the dispatch at later time again.
- Such recorder objects are available on a <type>XDispatchRecorderSupplier</type>
- which is provided by the <type>Frame</type> service.
+ Such recorder objects are available on a XDispatchRecorderSupplier
+ which is provided by the Frame service.
</p>
@see Frame