diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-09-30 12:58:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-09-30 13:14:37 +0200 |
commit | cd0337df5e8d5b0ada76eff847c36146fc9704b7 (patch) | |
tree | 6ef3a73423b5ca2998c375e45f1b54fb4df036d9 /starmath | |
parent | b6e2576798c48eba907a20728afb83fdafe51ee6 (diff) |
Fix typo
Change-Id: I4bfea09a6f400e49af47cd898ec2941c44430fb1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157426
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 585f5a0df475..8061e8f53f25 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -90,7 +90,7 @@ vcl::Font lclGetSymbolFont(const SmViewShell& rViewShell, const SmSym &rSymbol) const SmDocShell* pDoc = rViewShell.GetDoc(); if (pDoc) { - // If we have a document, we want to render the symbol useing the font and style used in + // If we have a document, we want to render the symbol using the font and style used in // the documnet, so we do that by creating a node and preparing it, then get the resolved // font and style from it. SmToken token(TSPECIAL, '\0', "%" + rSymbol.GetUiName()); |