editeng/source/outliner/outlvw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a326b389e95a0b5470cca5772ce70b1f30483812 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jul 30 21:04:06 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Aug 2 09:30:49 2025 +0200 Fix typo Change-Id: I3592ffccd275c539f54c1b3964f54c125b0a34c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188617 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx index c7e772be9524..9de18a134723 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 TextHierarchyBreakupOutliner aHelper(rOwner); // hand that Helper over to DrawText_ToEditView at the EditEngine