diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-14 18:16:56 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-06-15 16:44:08 +0200 |
commit | f1ff61ff057e29cb82d425e0b641f7ad6f01bab4 (patch) | |
tree | 0d77c6b2966026ac8b7cc3cd7c5683d12e9be98e /framework/inc | |
parent | 81413799eb4f38d62710b295268249307364000a (diff) |
Fix typos
Change-Id: Iea1f82e95c37bdf778941a568d61f17f179f838d
Reviewed-on: https://gerrit.libreoffice.org/38795
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/helper/statusindicatorfactory.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx index 6a4737fa600a..6424c292d9ba 100644 --- a/framework/inc/helper/statusindicatorfactory.hxx +++ b/framework/inc/helper/statusindicatorfactory.hxx @@ -105,11 +105,11 @@ struct IndicatorInfo m_xIndicator.clear(); } - /** @short Used to locate an info struct inside a stl structure ... + /** @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 mor then one child - indicator can use the same values ... + are not interesting then. Because more then one child + indicator can use the same values... */ bool operator==(const css::uno::Reference< css::task::XStatusIndicator >& xIndicator) { |