starmath/inc/mathml/import.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1e1a317be265a176fdbae171953fa8902a823eb8 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Aug 17 15:58:17 2021 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Aug 17 17:37:21 2021 +0200 Fix typo Change-Id: I93062ed58f820a0f88a236c4134ff9adce06006c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120601 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/starmath/inc/mathml/import.hxx b/starmath/inc/mathml/import.hxx index 916f929440a8..658d62360c4a 100644 --- a/starmath/inc/mathml/import.hxx +++ b/starmath/inc/mathml/import.hxx @@ -88,7 +88,7 @@ private: size_t m_nSmSyntaxVersion; public: - /** Get's parsed element tree + /** Gets parsed element tree */ SmMlElement* getElementTree() { return m_pElementTree; }