diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-06-06 11:20:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-06-06 19:32:38 +0200 |
commit | 1527fa8435ef415678b2e4a6972f5e378ee5cab1 (patch) | |
tree | 2d6a79258db4f4c71ac0c971d0958bf32b867ba5 /sw/inc/viewsh.hxx | |
parent | 6fc8a48691bfa011c8b09e560196c5d3b98fdb76 (diff) |
convert SvtAccessibilityOptions to officecfg where possible
Change-Id: Ia530086fe35e64379e55135d392020304b466325
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152649
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index e54e294d2f0a..583b795a1b22 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -534,7 +534,7 @@ public: void InvalidateAccessibleFocus(); // Apply Accessibility options. - void ApplyAccessibilityOptions(SvtAccessibilityOptions const & rAccessibilityOptions); + void ApplyAccessibilityOptions(); /** invalidate CONTENT_FLOWS_FROM/_TO relation for paragraphs |