diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2022-10-20 22:33:22 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-11-15 00:03:41 +0100 |
commit | 0b96a1747fc3f96ca70fd159594fe1a478369da0 (patch) | |
tree | 754c9203429eb03fad90088634ade9c33f118a7b /include | |
parent | 7d750720b667a178b273db4e1f280a756583d74f (diff) |
sw: add online accessibility check implementation
Change-Id: Ic68aa91b1cbf23ac305ad4e361c56b91556757ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141604
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/AccessibilityIssue.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/AccessibilityIssue.hxx b/include/sfx2/AccessibilityIssue.hxx index 0c22d9e19238..d1bf1ee11766 100644 --- a/include/sfx2/AccessibilityIssue.hxx +++ b/include/sfx2/AccessibilityIssue.hxx @@ -59,6 +59,8 @@ public: AccessibilityIssueCollection() = default; std::vector<std::shared_ptr<AccessibilityIssue>>& getIssues(); + + void clear(); }; } // end sfx namespace |