Kaydet (Commit) 23475ea1 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I391dd0af85ced2cb16d54c560c7fb733ff8d780d
Reviewed-on: https://gerrit.libreoffice.org/73574
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 88207430
...@@ -105,7 +105,7 @@ struct IndicatorInfo ...@@ -105,7 +105,7 @@ struct IndicatorInfo
/** @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 @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... indicator can use the same values...
*/ */
bool operator==(const css::uno::Reference< css::task::XStatusIndicator >& xIndicator) bool operator==(const css::uno::Reference< css::task::XStatusIndicator >& xIndicator)
...@@ -114,7 +114,7 @@ struct IndicatorInfo ...@@ -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; typedef ::std::vector< IndicatorInfo > IndicatorStack;
/** @short implement a factory service to create new status indicator objects /** @short implement a factory service to create new status indicator objects
...@@ -126,7 +126,7 @@ typedef ::std::vector< IndicatorInfo > IndicatorStack; ...@@ -126,7 +126,7 @@ typedef ::std::vector< IndicatorInfo > IndicatorStack;
This factory create different indicators and control his access This factory create different indicators and control his access
to a shared output device! Only the last activated component 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. cached only.
@devstatus ready to use @devstatus ready to use
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment