diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 13:49:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-24 14:20:25 +0200 |
commit | e78bb6d545e4dc86ebc17fbeb735f32fa5914bd1 (patch) | |
tree | edce7c82d76e6fad3313d3619b06895f9cbe4436 /editeng/source/misc | |
parent | 509907cea798cc74fbc6d91ce41105c52f41ba06 (diff) |
loplugin:unusedfields in include/comphelper,include/editeng
Change-Id: I619c2cf1765df97159fc52ee84e0e9e8d16a22fe
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 8f4801681061..64a07c99e728 100644 --- a/editeng/source/misc/splwrap.cxx +++ b/editeng/source/misc/splwrap.cxx @@ -154,7 +154,6 @@ SvxSpellWrapper::SvxSpellWrapper( vcl::Window* pWn, bOtherCntnt ( bOther ), bDialog ( false ), bHyphen ( false ), - bAuto ( false ), bStartChk ( bOther ), bRevAllowed ( bRevAllow ), bAllRight ( bIsAllRight ) @@ -177,7 +176,6 @@ SvxSpellWrapper::SvxSpellWrapper( vcl::Window* pWn, bOtherCntnt ( bOther ), bDialog ( false ), bHyphen ( false ), - bAuto ( false ), bReverse ( false ), bStartDone ( bOther || ( !bReverse && bStart ) ), bEndDone ( bReverse && bStart && !bOther ), |