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.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/DispatchRecorder.idl b/offapi/com/sun/star/frame/DispatchRecorder.idl
index 276d332e45a4..b41cd52367d4 100644
--- a/offapi/com/sun/star/frame/DispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/DispatchRecorder.idl
@@ -43,7 +43,7 @@
/** provides functionality to record <member>XDispatch::dispatch()</member> requests
<p>
- It records all neccessary parameters of a call <member>XDispatch::dispatch()</member>
+ It records all necessary parameters of a call <member>XDispatch::dispatch()</member>
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.