diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-30 13:08:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-03 10:19:03 +0200 |
commit | 09a4d2faa429cc52d603abc55d99723f39dc9023 (patch) | |
tree | 8cba91c63122322a49fb5ca5af490e62d87d0d75 /sw/inc/view.hxx | |
parent | 1fe0dc7377300ad961438f5a69bd8bc023cc314d (diff) |
loplugin:unusedfields in sw
Change-Id: I807f93757bfddf17f71568f1e3c174229f169f18
Reviewed-on: https://gerrit.libreoffice.org/39409
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r-- | sw/inc/view.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 60e0a783c7d4..67e024ed3e16 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -229,7 +229,6 @@ class SW_DLLPUBLIC SwView: public SfxViewShell bool m_bCenterCursor : 1, m_bTopCursor : 1, - m_bAlwaysShowSel : 1, m_bTabColFromDoc : 1, m_bTabRowFromDoc : 1, m_bSetTabColFromDoc : 1 , @@ -310,7 +309,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell SAL_DLLPRIVATE void HyphStart( SvxSpellArea eSpell ); SAL_DLLPRIVATE void SpellKontext(bool bOn = true) - { m_bCenterCursor = bOn; m_bAlwaysShowSel = bOn; } + { m_bCenterCursor = bOn; } // for readonly switching SAL_DLLPRIVATE virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override; |