summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:02 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-06 07:08:45 +0200
commit23475ea1946935a902d35baf4a160672dff4b670 (patch)
treea698acf2cb0dd0071b81f227b9347d76f32e97db /framework/inc
parent882074308d36e0ffa5c45ac21d1d720288311953 (diff)
Fix typo
Change-Id: I391dd0af85ced2cb16d54c560c7fb733ff8d780d Reviewed-on: https://gerrit.libreoffice.org/73574 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 1ad060516313..ac7a0655adc1 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -105,7 +105,7 @@ struct IndicatorInfo
/** @short Used to locate an info struct inside a stl structure...
@descr The indicator object itself is used as key. Its values
- are not interesting then. Because more then one child
+ are not interesting then. Because more than one child
indicator can use the same values...
*/
bool operator==(const css::uno::Reference< css::task::XStatusIndicator >& xIndicator)
@@ -114,7 +114,7 @@ struct IndicatorInfo
}
};
-/** @descr Define a lits of child indicator objects and her data. */
+/** @descr Define a list of child indicator objects and its data. */
typedef ::std::vector< IndicatorInfo > IndicatorStack;
/** @short implement a factory service to create new status indicator objects
@@ -126,7 +126,7 @@ typedef ::std::vector< IndicatorInfo > IndicatorStack;
This factory create different indicators and control his access
to a shared output device! Only the last activated component
- can write his state to this device. All other requests will be
+ can write its state to this device. All other requests will be
cached only.
@devstatus ready to use