starmath/source/mathml/import.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit f0bbd4b9269c5560b6c013f379f52b234e5c8036 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Dec 19 00:15:58 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Dec 19 19:36:19 2025 +0100 Fix typo Change-Id: Ie6820be712a2a962b4fdccec19ff4ce1509b63cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195874 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/starmath/source/mathml/import.cxx b/starmath/source/mathml/import.cxx index f3c2996d6a04..e5486a536964 100644 --- a/starmath/source/mathml/import.cxx +++ b/starmath/source/mathml/import.cxx @@ -650,11 +650,11 @@ public: SAL_CALL createFastChildContext(sal_Int32 nElement, const uno::Reference<XFastAttributeList>& Attribs) override; - /** Inherits the style from it's parents + /** Inherits the style from its parents */ void inheritStyle(); - /** Inherits the style from it's parents on end + /** Inherits the style from its parents on end */ void inheritStyleEnd();
