summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/XStatusIndicator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/task/XStatusIndicator.idl')
-rw-r--r--offapi/com/sun/star/task/XStatusIndicator.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/task/XStatusIndicator.idl b/offapi/com/sun/star/task/XStatusIndicator.idl
index d3a222d51a36..d7fcc76b246a 100644
--- a/offapi/com/sun/star/task/XStatusIndicator.idl
+++ b/offapi/com/sun/star/task/XStatusIndicator.idl
@@ -51,7 +51,7 @@ published interface XStatusIndicator: com::sun::star::uno::XInterface
/** initialize and start the progress
<p>
- It activates a new created or reactivate an already used inidicator
+ It activates a new created or reactivate an already used indicator
(must be finished by calling <member>XStatusIndicator::end()</member>
before!). By the way it's possible to set first progress description
and the possible range of progress value. That means that a progress
@@ -63,7 +63,7 @@ published interface XStatusIndicator: com::sun::star::uno::XInterface
Value can be updated by calling <member>XStatusIndicator::setText()</member>.
@param Range
- mewns the maximum value of the progress which can be setted by
+ means the maximum value of the progress which can be set by
calling <member>XStatusIndicator::setValue()</member>.
*/
[oneway] void start(
@@ -104,7 +104,7 @@ published interface XStatusIndicator: com::sun::star::uno::XInterface
<p>
Wrong values must be ignored and stopped indicators must ignore this
- call generaly.
+ call generally.
</p>
@param Value