From f1ff61ff057e29cb82d425e0b641f7ad6f01bab4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 14 Jun 2017 18:16:56 +0200 Subject: Fix typos Change-Id: Iea1f82e95c37bdf778941a568d61f17f179f838d Reviewed-on: https://gerrit.libreoffice.org/38795 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- framework/inc/helper/statusindicatorfactory.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/inc') 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) { -- cgit