From 4b818d79f9ba340e27c568bb1531e77e153c8eca Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 17 Dec 2023 14:13:23 +0100 Subject: 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 --- sw/inc/viewsh.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/inc/viewsh.hxx') 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; -- cgit