summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/task/XStatusIndicator.idl
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-25 20:17:43 +0200
committerMichael Meeks <michael.meeks@novell.com>2011-01-28 12:14:19 +0000
commit207456b80e022608e6ee63e324de9367bf9f9d70 (patch)
tree14d19312e1585c38a9fd62e62cb4eaec0cefdf7f /offapi/com/sun/star/task/XStatusIndicator.idl
parent5287150cb7b37c094d43f1e3f1e38825a813540e (diff)
Some fixes to documentation (part 4)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
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