[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sc/source
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 9 12:03:40 UTC 2020
sc/source/ui/view/gridwin.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit b771fdd93bc6e904351581b7aa69e0596003dc20
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Jul 8 10:08:05 2020 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Jul 9 14:03:02 2020 +0200
Empty reference marks on selection reset
Change-Id: Id085b6b608335e1bcc085d7a8c972622a918f1ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98316
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
(cherry picked from commit 7e8bcf38f00b3c45a78ba7a60aeb9e6dee11a23e)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98341
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index b5e19cda389f..48745aec049b 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -6292,6 +6292,8 @@ void ScGridWindow::UpdateSelectionOverlay()
pViewShell->libreOfficeKitViewCallback(LOK_CALLBACK_TEXT_SELECTION, "EMPTY");
pViewShell->libreOfficeKitViewCallback(LOK_CALLBACK_CELL_SELECTION_AREA, "EMPTY");
SfxLokHelper::notifyOtherViews(pViewShell, LOK_CALLBACK_TEXT_VIEW_SELECTION, "selection", "EMPTY");
+ std::vector<ReferenceMark> aReferenceMarks;
+ ScInputHandler::SendReferenceMarks(pViewShell, aReferenceMarks);
}
if ( aOldMode != aDrawMode )
More information about the Libreoffice-commits
mailing list