sc/source/ui/view/output.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit b6edb8e053005cf9a65aa118c4496c25c073e9d0
Author: Caolán McNamara <[email protected]>
AuthorDate: Tue Aug 1 16:34:56 2023 +0100
Commit: Tomaž Vajngerl <[email protected]>
CommitDate: Fri Aug 4 15:39:40 2023 +0200
cool#6911 draw the note indicator browser-side
Change-Id: I0770641bbd1c6d023cbd14ad9404256cc92892c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155223
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <[email protected]>
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 )