diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-17 15:58:17 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-08-17 17:37:21 +0200 |
commit | 1e1a317be265a176fdbae171953fa8902a823eb8 (patch) | |
tree | 9af474c23917d4860eca08c976937f962f530df6 /starmath/inc | |
parent | da9fc526f3bc84443ae37666d6775c5119b3f1e8 (diff) |
Fix typo
Change-Id: I93062ed58f820a0f88a236c4134ff9adce06006c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120601
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/mathml/import.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |