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

New commits:
commit 8e4b2830d01efbfe11fb138e1307b9b05695006a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri May 13 11:23:20 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat May 14 18:17:24 2022 +0200

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

diff --git a/vcl/source/treelist/treelistbox.cxx 
b/vcl/source/treelist/treelistbox.cxx
index 14089dc53b2e..a244e97f809a 100644
--- a/vcl/source/treelist/treelistbox.cxx
+++ b/vcl/source/treelist/treelistbox.cxx
@@ -2810,7 +2810,7 @@ void SvTreeListBox::PaintEntry1(SvTreeListEntry& rEntry, 
tools::Long nLine, vcl:
 
     if (!bDefaultImage)
     {
-        // If its a custom image then draw what was explicitly set to use
+        // If it's a custom image then draw what was explicitly set to use
         DrawImageFlags nStyle = DrawImageFlags::NONE;
         if (!IsEnabled())
             nStyle |= DrawImageFlags::Disable;

Reply via email to