diff options
author | Andrzej Hunt <andrzej@ahunt.org> | 2015-11-13 11:31:52 +0100 |
---|---|---|
committer | Andrzej Hunt <andrzej@ahunt.org> | 2015-11-13 11:35:12 +0100 |
commit | 54e54c381fc067b700514b6305f0fe4a1ac7f0c4 (patch) | |
tree | 2106b72e561ecea4517237bfb6da69c8cc2e5749 /sc/source/ui | |
parent | e77668eb1e7abe522493235dadfca08ca451ad99 (diff) |
Remove outdated comment
This has now been merged as:
LOK: setClientZoom() - sets the client zoom level
96cd2abd748ed24e5aba50cc4c300cf06e512db3
Change-Id: I519a752dd9f18bb719a43f75f1ad3105f58418d9
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index e001e064e5cc..5eca603ca8c0 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -5824,8 +5824,6 @@ void ScGridWindow::updateLibreOfficeKitCellCursor() { ScDocument* pDoc = pViewData->GetDocument(); ScDrawLayer* pDrawLayer = pDoc->GetDrawLayer(); - // TODO: the zoom levels here should be replaced by the setClientZoom values - // in a patch currently in gerrit (https://gerrit.libreoffice.org/#/c/19822/) OString aCursor = getCellCursor(pViewData->GetZoomX(), pViewData->GetZoomY()); pDrawLayer->libreOfficeKitCallback(LOK_CALLBACK_CELL_CURSOR, aCursor.getStr()); } |