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

New commits:
commit fdb525b9f3aa21614b56d05efebbb9b1aae94eb0
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Apr 10 19:34:32 2019 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Apr 10 22:08:49 2019 +0200

    Fix typo
    
    Change-Id: I1560aac1ed7c6119aabf1410a592ac0a9bcc357b
    Reviewed-on: https://gerrit.libreoffice.org/70532
    Reviewed-by: himajin100000 <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

diff --git a/vcl/source/treelist/svimpbox.cxx b/vcl/source/treelist/svimpbox.cxx
index d199ff286a64..a9dab867dcbc 100644
--- a/vcl/source/treelist/svimpbox.cxx
+++ b/vcl/source/treelist/svimpbox.cxx
@@ -2882,7 +2882,7 @@ void SvImpLBox::PaintDDCursor(SvTreeListEntry* pEntry, 
bool bShow)
         SvViewDataEntry* pViewData = pView->GetViewData(pEntry);
         pViewData->SetDragTarget(bShow);
 #ifdef MACOSX
-        // in MacOS we need to draw directly (as we are synchronuous) or no 
invalidation happens
+        // in MacOS we need to draw directly (as we are synchronous) or no 
invalidation happens
         pView->PaintEntry1(*pEntry, GetEntryLine(pEntry), *pView);
 #else
         InvalidateEntry(pEntry);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to