summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-01-16 09:43:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-01-16 13:01:25 +0100
commitf54d9547c0f25b023614d52016c801e6be43e09e (patch)
treed4361b5c05f94f48f5ea5a1dfa64ee8d59f59c44 /sw/inc
parentd62abd20dbfcc90cbea7b0b66fd4a3f3660f7ce9 (diff)
loplugin:unusedmethods
Change-Id: I24c429c7cb8283a384b72499d1c3f4c2f1457c33 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162155 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/view.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx
index 1cfaa00122b4..3aa6524ac74b 100644
--- a/sw/inc/view.hxx
+++ b/sw/inc/view.hxx
@@ -623,8 +623,6 @@ public:
// Enable mail merge - mail merge field dialog enabled
void EnableMailMerge();
- //apply Accessibility options
- void ApplyAccessibilityOptions();
SwView(SfxViewFrame& rFrame, SfxViewShell*);
virtual ~SwView() override;