| commit | fb5e1b23d5e06aee3cc05b05f468efe781948db3 | [log] |
|---|---|---|
| author | Balazs Varga <balazs.varga.extern@allotropia.de> | Wed Aug 02 14:10:28 2023 +0200 |
| committer | Michael Stahl <michael.stahl@allotropia.de> | Mon Aug 07 12:21:57 2023 +0200 |
| tree | 8578d880f34abda199935dd137b5ea0d696986a2 | |
| parent | 585b2cec2f6441a698588e5a27d02c14378daf49 [diff] |
tdf#156570 - A11Y - Fix heading accessibility warning not clickable Make "Wrong heading..." warning message clickable. Change-Id: I90d2100551de523e9825cee8788d1c8bb914216c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155252 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155357 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
diff --git a/sw/source/core/access/AccessibilityCheck.cxx b/sw/source/core/access/AccessibilityCheck.cxx index 80fc562..191d5d1 100644 --- a/sw/source/core/access/AccessibilityCheck.cxx +++ b/sw/source/core/access/AccessibilityCheck.cxx
@@ -1245,7 +1245,10 @@ public: } resultString = resultString.replaceAll("%LEVEL_CURRENT%", OUString::number(currentLevel)); lclAddIssue(m_rIssueCollection, resultString); auto pIssue = lclAddIssue(m_rIssueCollection, resultString); pIssue->setIssueObject(IssueObject::TEXT); pIssue->setDoc(pCurrent->GetDoc()); pIssue->setNode(pCurrent); } // Updating previous level.