forms/source/inc/formnavigation.hxx | 4 ++-- framework/inc/helper/statusindicatorfactory.hxx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit ac14e5613597e7361ce6995dacb1bb5bd55b6b00 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue May 14 21:23:22 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Jun 6 07:09:14 2019 +0200 Fix typo Change-Id: I3883dedde0ad3ca6c4d6190d711af9c1e6411a50 Reviewed-on: https://gerrit.libreoffice.org/73573 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/forms/source/inc/formnavigation.hxx b/forms/source/inc/formnavigation.hxx index e1068f7bb526..200ab9d01996 100644 --- a/forms/source/inc/formnavigation.hxx +++ b/forms/source/inc/formnavigation.hxx @@ -190,7 +190,7 @@ namespace frm */ static const char* getFeatureURLAscii( sal_Int16 _nFeatureId ); - /** retrieves the feature URL belonging to an feature id + /** retrieves the feature URL belonging to a feature id @complexity O(log n), with n being the number of all potentially known URLs @return @@ -199,7 +199,7 @@ namespace frm */ bool getFeatureURL( sal_Int16 _nFeatureId, css::util::URL& /* [out] */ _rURL ); - /** retrieves the feature id belonging to an feature URL + /** retrieves the feature id belonging to a feature URL @complexity O(n), with n being the number of all potentially known URLs @return commit 23475ea1946935a902d35baf4a160672dff4b670 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue May 14 21:23:02 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Jun 6 07:08:45 2019 +0200 Fix typo Change-Id: I391dd0af85ced2cb16d54c560c7fb733ff8d780d Reviewed-on: https://gerrit.libreoffice.org/73574 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits