diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 19:34:32 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-10 22:08:49 +0200 |
commit | fdb525b9f3aa21614b56d05efebbb9b1aae94eb0 (patch) | |
tree | a435e49f0fd3ddbfe1deb2853b952006776aafff /vcl | |
parent | 39d8b5b38a2b14e48f0462f71fae72ff534f0e9f (diff) |
Fix typo
Change-Id: I1560aac1ed7c6119aabf1410a592ac0a9bcc357b
Reviewed-on: https://gerrit.libreoffice.org/70532
Reviewed-by: himajin100000 <himajin100000@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/treelist/svimpbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |