vcl/source/treelist/treelistbox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c4200ad6dfdbcc928e3256c520c89985fb1d51e2 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jul 23 20:24:27 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jul 26 20:24:26 2025 +0200 Fix typo Change-Id: I32b13839c808ad084d34b3941aeff923e348cdc4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188250 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx index a9768badfe12..3da165c439e3 100644 --- a/vcl/source/treelist/treelistbox.cxx +++ b/vcl/source/treelist/treelistbox.cxx @@ -2706,7 +2706,7 @@ void SvTreeListBox::PaintEntry1(SvTreeListEntry& rEntry, tools::Long nLine, vcl: tools::Long nX; if( pTab->nFlags & SvLBoxTabFlags::ADJUST_RIGHT ) - // avoid cutting the right edge off the tab separation + // avoid cutting the right edge of the tab separation nX = nTabPos + pTab->CalcOffset(aSize.Width(), (nNextTabPos - SV_TAB_BORDER - 1) - nTabPos); else nX = nTabPos + pTab->CalcOffset(aSize.Width(), nNextTabPos - nTabPos);