summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/DispatchResultEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/DispatchResultEvent.idl')
-rw-r--r--offapi/com/sun/star/frame/DispatchResultEvent.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/DispatchResultEvent.idl b/offapi/com/sun/star/frame/DispatchResultEvent.idl
index c295f517b446..467342211894 100644
--- a/offapi/com/sun/star/frame/DispatchResultEvent.idl
+++ b/offapi/com/sun/star/frame/DispatchResultEvent.idl
@@ -44,10 +44,10 @@
/** contains the result of the dispatch action, if State is set to SUCCESS
<p>
- The type of the result is dispatch action dependend. The member State
+ The type of the result is dispatch action dependent. The member State
can be set to one of the values defined in <type>DispatchResultState</type>.
If State is set to <const>DispatchResultState::FAILURE</const>, Result may
- specify the reason (or is empty). The type is also dispatch action dependend.
+ specify the reason (or is empty). The type is also dispatch action dependent.
If State is set to <const>DispatchResultState::DONTKNOW</const>, Result is empty.
</p>