summaryrefslogtreecommitdiff
path: root/editeng/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-04 09:42:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-04 14:22:55 +0200
commit316557d6f4fe8a15112b39f3c808dda38cce018c (patch)
tree45bfd533751097ae5fa6ba5c0c8a0cc8ccb4ae04 /editeng/source
parentffa35b82ce845d82a5beae36eb57cec2b0c01233 (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')
-rw-r--r--editeng/source/misc/splwrap.cxx2
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 ),