summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XRecordableDispatch.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XRecordableDispatch.idl')
-rw-r--r--offapi/com/sun/star/frame/XRecordableDispatch.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/XRecordableDispatch.idl b/offapi/com/sun/star/frame/XRecordableDispatch.idl
index 0210b28d82ca..364f5836a954 100644
--- a/offapi/com/sun/star/frame/XRecordableDispatch.idl
+++ b/offapi/com/sun/star/frame/XRecordableDispatch.idl
@@ -40,7 +40,7 @@
But normally this interface mustn't be used directly.
If a dispatch object is well known and recording was enabled
on a XDispatchRecorderSupplier it's possible to use method
- <member>XDispatchRecorderSupplier::dispatchAndRecord()</member> of it
+ XDispatchRecorderSupplier::dispatchAndRecord() of it
to make dispatch and recording automatically. The interface XRecordableDispatch
is used transparently there.
</p>
@@ -80,7 +80,7 @@ published interface XRecordableDispatch: com::sun::star::uno::XInterface
@param Recorder
object which can be used to record the request
- (available on <member>XDispatchRecorderSupplier::getDispatchRecorder()</member>)
+ (available on XDispatchRecorderSupplier::getDispatchRecorder())
*/
void dispatchAndRecord(
[in] com::sun::star::util::URL URL,