diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-12-17 14:13:23 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-12-24 22:39:48 +0100 |
commit | 4b818d79f9ba340e27c568bb1531e77e153c8eca (patch) | |
tree | 2982219b99eb6b312892c42cbed385ff2dd2da48 /sw/inc/viewsh.hxx | |
parent | a89a42e55f2b154c8b276fe08fcf02c4b9fc0945 (diff) |
Remove listeners of SvtAccessibilityOptions
This class no longer notifies listeners since 2019
commit 3135d820d0172ef5695a4b97cec505e6ad03d67a
so presumably the listeners can be dropped as well.
The sd part tried to execute SID commands which seem
to be removed since 2004
commit f77ad7f15f53526714518bb3562ba7de4ba0d45e
Change-Id: I81d234aabe10b53278c89ffd846240507854d0c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161237
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index 66eec0f5060e..e20eb3c27871 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -55,7 +55,6 @@ class SwViewShellImp; class SwPrintData; struct ShellResource; class SwRegionRects; -class SvtAccessibilityOptions; class SwPagePreviewLayout; class SwTextFrame; |