sw/source/uibase/docvw/AnnotationWin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ed39b9673474c59f3e38eb47263c99cdfb3c501
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Oct 5 13:06:58 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Oct 6 10:11:15 2024 +0200

    Fix typo
    
    Change-Id: I0e3779d845e48fe0ea5d91284f8701f34f9cd48e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174535
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/sw/source/uibase/docvw/AnnotationWin.cxx 
b/sw/source/uibase/docvw/AnnotationWin.cxx
index bfd777c68630..24b4ee846252 100644
--- a/sw/source/uibase/docvw/AnnotationWin.cxx
+++ b/sw/source/uibase/docvw/AnnotationWin.cxx
@@ -493,7 +493,7 @@ void SwAnnotationWin::UpdateHTML(const OUString& rHtml)
                                sHtmlContent.getLength(), StreamMode::READ);
     SvKeyValueIteratorRef xValues(new SvKeyValueIterator);
     // Insert newlines for divs, not normally done, so to keep things simple
-    // only enable tthat for this case.
+    // only enable that for this case.
     xValues->Append(SvKeyValue("newline-on-div", "true"));
     GetOutlinerView()->Read(aHTMLStream, EETextFormat::Html, xValues.get());
     UpdateData();

Reply via email to