vcl/source/treelist/treelistbox.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f8ede43143ba5d32fb13f979f0b54718d92d6ae2
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Jul 26 21:48:06 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jul 26 21:48:18 2025 +0200

    Revert "Fix typo"
    
    This reverts commit c4200ad6dfdbcc928e3256c520c89985fb1d51e2.
    
    Reason for revert: "cut off" is phrasal verb
    
    Change-Id: I994aadb90528951c9c8e0b0eb161425dd851e941
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188421
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/source/treelist/treelistbox.cxx 
b/vcl/source/treelist/treelistbox.cxx
index 3da165c439e3..a9768badfe12 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 of the tab separation
+            // avoid cutting the right edge off the tab separation
             nX = nTabPos + pTab->CalcOffset(aSize.Width(), (nNextTabPos - 
SV_TAB_BORDER - 1) - nTabPos);
         else
             nX = nTabPos + pTab->CalcOffset(aSize.Width(), nNextTabPos - 
nTabPos);

Reply via email to