From d7484b08c636801b474582c1e940dc8e497b74e8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 17 Aug 2020 17:41:07 +0200 Subject: Fix typos Change-Id: Id31299912b822baf9eecbb03cba53339f0528ae8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100867 Tested-by: Jenkins Reviewed-by: Julien Nabet --- accessibility/source/extended/textwindowaccessibility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accessibility') 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()) -- cgit v1.2.3