framework/inc/helper/ocomponentenumeration.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b0ef63a163f7801f14b02ac607f2167313ab6b01 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu May 1 16:03:57 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu May 1 22:29:09 2025 +0200 Fix typo Change-Id: Iba99aa9b58a1b464cae459108e1fcae9b7cd94b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184864 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx index 5791b38779e3..77f5c9fdc906 100644 --- a/framework/inc/helper/ocomponentenumeration.hxx +++ b/framework/inc/helper/ocomponentenumeration.hxx @@ -100,7 +100,7 @@ class OComponentEnumeration final : public ::cppu::WeakImplHelper< css::containe @descr If a call "hasMoreElements()" return true, you can get the next element of list. @seealso interface XEnumeration - @return A Reference to a component, safed in an Any-structure. + @return A Reference to a component, saved in an Any-structure. @onerror If end of enumeration is arrived or there are no elements in list => a NoSuchElementException is thrown. *//*-*****************************************************************************************************/