diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-17 17:41:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-17 19:42:42 +0200 |
commit | d7484b08c636801b474582c1e940dc8e497b74e8 (patch) | |
tree | f12af51b7e91c2b4aa5c2d5754011d37e275bcc9 /accessibility | |
parent | bda18edf18f30cabb1c6589c59afc77f38541220 (diff) |
Fix typos
Change-Id: Id31299912b822baf9eecbb03cba53339f0528ae8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100867
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/source/extended/textwindowaccessibility.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/extended/textwindowaccessibility.cxx b/accessibility/source/extended/textwindowaccessibility.cxx index 68814bac9b7e..83866419abc4 100644 --- a/accessibility/source/extended/textwindowaccessibility.cxx +++ b/accessibility/source/extended/textwindowaccessibility.cxx @@ -889,7 +889,7 @@ Document::retrieveCharacterBounds(Paragraph const * pParagraph, // XXX numeric overflow (2x) // FIXME If the vertical extends of the two cursors do not match, assume // nIndex is the last character on the line; the bounding box will then - // extend to m_rEnginge.GetMaxTextWidth(): + // extend to m_rEngine.GetMaxTextWidth(): ::sal_Int32 nWidth = (aLeft.Top() == aRight.Top() && aLeft.Bottom() == aRight.Bottom()) ? static_cast< ::sal_Int32 >(aRight.Left() - aLeft.Left()) |