From b6edb8e053005cf9a65aa118c4496c25c073e9d0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 1 Aug 2023 16:34:56 +0100 Subject: cool#6911 draw the note indicator browser-side MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0770641bbd1c6d023cbd14ad9404256cc92892c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155223 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- sc/source/ui/view/output.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sc') diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx index c43a903484cd..ae7a33bfdf49 100644 --- a/sc/source/ui/view/output.cxx +++ b/sc/source/ui/view/output.cxx @@ -2376,6 +2376,9 @@ void ScOutputData::DrawSparklines(vcl::RenderContext& rRenderContext) //TODO: moggi Need to check if this can't be written simpler void ScOutputData::DrawNoteMarks(vcl::RenderContext& rRenderContext) { + // cool#6911 draw the note indicator browser-side instead + if (comphelper::LibreOfficeKit::isActive()) + return; tools::Long nInitPosX = nScrX; if ( bLayoutRTL ) -- cgit