| commit | 5ec593ac096395c9915e16acc1a2699432d10af5 | [log] |
|---|---|---|
| author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | Thu Jun 01 16:24:58 2023 +0200 |
| committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | Mon Jun 05 08:19:14 2023 +0200 |
| tree | 4f4f3fa6c2ab0fe733c9686069c11f83653288e5 | |
| parent | 1f09bab0d033953542d17987e1de56cebfa3497b [diff] |
Update a11y check after quick fix actions Change-Id: Ie2f9a38ece130bc0cdafedf2c188c4c755233eba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152501 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
diff --git a/sw/source/core/access/AccessibilityCheck.cxx b/sw/source/core/access/AccessibilityCheck.cxx index 4502eae..1766052 100644 --- a/sw/source/core/access/AccessibilityCheck.cxx +++ b/sw/source/core/access/AccessibilityCheck.cxx
@@ -119,6 +119,7 @@ class NoTextNodeAltTextCheck : public NodeCheck pIssue->setDoc(pNoTextNode->GetDoc()); pIssue->setIssueObject(IssueObject::GRAPHIC); pIssue->setObjectID(pNoTextNode->GetFlyFormat()->GetName()); pIssue->setNode(pNoTextNode); } }
diff --git a/sw/source/core/access/AccessibilityIssue.cxx b/sw/source/core/access/AccessibilityIssue.cxx index 8107280..7f09b9d 100644 --- a/sw/source/core/access/AccessibilityIssue.cxx +++ b/sw/source/core/access/AccessibilityIssue.cxx
@@ -13,6 +13,7 @@ #include <drawdoc.hxx> #include <edtwin.hxx> #include <IDocumentDrawModelAccess.hxx> #include <OnlineAccessibilityCheck.hxx> #include <swtypes.hxx> #include <wrtsh.hxx> #include <docsh.hxx> @@ -145,6 +146,8 @@ void AccessibilityIssue::quickFixIssue() const default: break; } if (m_pNode) m_pDoc->getOnlineAccessibilityCheck()->resetAndQueue(m_pNode); } } // end sw namespace