editeng/source/outliner/outlvw.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 58360eaf43c4557ac850f7ad90e488b706163b9d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jul 13 19:30:27 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jul 26 20:33:35 2025 +0200

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

diff --git a/editeng/source/outliner/outlvw.cxx 
b/editeng/source/outliner/outlvw.cxx
index dd6dd6ce3652..faf04e84c2c0 100644
--- a/editeng/source/outliner/outlvw.cxx
+++ b/editeng/source/outliner/outlvw.cxx
@@ -69,7 +69,7 @@ void OutlinerView::DrawText_ToEditView( const 
tools::Rectangle& rRect, OutputDev
 
     // use TextHierarchyBreakupOutliner to get all text embedded to the
     // TextHierarchy.*Primitive2D groupings for better processing, plus
-    // the correct paragtaph countings
+    // the correct paragraph countings
     const drawinglayer::geometry::ViewInformation2D aViewInformation2D;
     TextHierarchyBreakupOutliner aHelper(aViewInformation2D, rOwner);
 

Reply via email to