diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-01-16 09:43:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-01-16 13:01:25 +0100 |
commit | f54d9547c0f25b023614d52016c801e6be43e09e (patch) | |
tree | d4361b5c05f94f48f5ea5a1dfa64ee8d59f59c44 /sw/inc | |
parent | d62abd20dbfcc90cbea7b0b66fd4a3f3660f7ce9 (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.hxx | 2 |
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; |