[Libreoffice-commits] core.git: vcl/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 10 20:09:18 UTC 2019
vcl/source/treelist/svimpbox.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fdb525b9f3aa21614b56d05efebbb9b1aae94eb0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 19:34:32 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Apr 10 22:08:49 2019 +0200
Fix typo
Change-Id: I1560aac1ed7c6119aabf1410a592ac0a9bcc357b
Reviewed-on: https://gerrit.libreoffice.org/70532
Reviewed-by: himajin100000 <himajin100000 at gmail.com>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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);
More information about the Libreoffice-commits
mailing list