summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl')
-rw-r--r--offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
index c63e34dec1e9..ccb9204680b0 100644
--- a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
+++ b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
@@ -51,7 +51,7 @@
of <member>XDispatch::dispatch()</member>. The recorded data (may a script)
can be used to automate recorded dispatch and start it at later time again.
This supplier provides access to the recorder and supports some functionality
- to work with the mcaro recording mechanism in an easy manner.
+ to work with the macro recording mechanism in an easy manner.
</p>
@see XDispatchRecorder
@@ -79,8 +79,8 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface
/** provides access on the recorder of this supplier
<p>
- Returned recorder can be used to record dispatches manualy or to get
- recorded data for further using e.g. saving. He is internaly used too
+ Returned recorder can be used to record dispatches manually or to get
+ recorded data for further using e.g. saving. He is internally used too
due to the method <member>XDispatchRecorderSupplier::dispatchAndRecord()</member>.
</p>
@@ -95,7 +95,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface
/** dispatch given URL and record it if recording is enabled
<p>
- Parameter <var>Dispatcher</var> is used internaly to make the dispatch.
+ Parameter <var>Dispatcher</var> is used internally to make the dispatch.
If recording isn't enabled it will be a normal <member>XDispatch::dispatch()</member>
call. Otherwise follow algorithm is used:
<ul>
@@ -109,7 +109,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface
</li>
<li>If <var>Dispatcher</var> support the interface
<type>XRecordableDispatch</type> it will be used
- to dispatch and record all neccessary parameters of
+ to dispatch and record all necessary parameters of
the whole process.
</li>
</ul>