diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-04 13:28:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-05 08:34:44 +0200 |
commit | 1db4ada4fc3a3bf1bd6b6d27bb17867cfb7b4709 (patch) | |
tree | a568bbfd9d0f9a9a36b73bfe6418ad11d93a87a1 /sw/inc/view.hxx | |
parent | 2b487c2a1372501f695b9dd4bcb81a1f6682d9bb (diff) |
rename some Kontext methods to Context
Change-Id: Ida1a75672d12a053dbc4fb2739d2ba6f1417463c
Reviewed-on: https://gerrit.libreoffice.org/39502
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r-- | sw/inc/view.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 67e024ed3e16..7181997dd24c 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -308,7 +308,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell SAL_DLLPRIVATE void SpellEnd( SwConversionArgs *pConvArgs ); SAL_DLLPRIVATE void HyphStart( SvxSpellArea eSpell ); - SAL_DLLPRIVATE void SpellKontext(bool bOn = true) + SAL_DLLPRIVATE void SpellContext(bool bOn = true) { m_bCenterCursor = bOn; } // for readonly switching |