diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-04 09:42:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-04 14:22:55 +0200 |
commit | 316557d6f4fe8a15112b39f3c808dda38cce018c (patch) | |
tree | 45bfd533751097ae5fa6ba5c0c8a0cc8ccb4ae04 /editeng/source/misc | |
parent | ffa35b82ce845d82a5beae36eb57cec2b0c01233 (diff) |
loplugin:unusedfields
Change-Id: If0df5216dccd2c0a7aa790668471993f5d4d5d32
Reviewed-on: https://gerrit.libreoffice.org/80183
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng/source/misc')
-rw-r--r-- | editeng/source/misc/splwrap.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx index a7b582b66d6a..16224079547a 100644 --- a/editeng/source/misc/splwrap.cxx +++ b/editeng/source/misc/splwrap.cxx @@ -144,7 +144,6 @@ SvxSpellWrapper::SvxSpellWrapper( vcl::Window* pWn, pWin ( pWn ), bOtherCntnt ( false ), - bHyphen ( false ), bStartChk ( false ), bRevAllowed ( true ), bAllRight ( bIsAllRight ) @@ -163,7 +162,6 @@ SvxSpellWrapper::SvxSpellWrapper( vcl::Window* pWn, pWin ( pWn ), xHyph ( xHyphenator ), bOtherCntnt ( bOther ), - bHyphen ( false ), bReverse ( false ), bStartDone ( bOther || bStart ), bEndDone ( false ), |