diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2022-10-28 22:11:59 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2022-11-18 02:05:55 +0100 |
commit | 00128f14c400b661444676410b2088aca357291c (patch) | |
tree | 52b89f59e8419117ad24fdbdd81c884a9b629bd5 /sw/inc/node.hxx | |
parent | 0eec6d44c65f895c6fe2172792717418627db05d (diff) |
sw: add a menu option to enable/disable online a11y check
Change-Id: I656037ef4e40e7c79daef5dd73f8f10c9818ac25
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142215
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index 0d0561d6f024..e04266de1037 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -87,7 +87,6 @@ namespace sw struct AccessibilityCheckStatus { std::unique_ptr<sfx::AccessibilityIssueCollection> pCollection; - bool bDirty = true; }; } |