summaryrefslogtreecommitdiff
path: root/include/editeng
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 /include/editeng
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 'include/editeng')
-rw-r--r--include/editeng/splwrap.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx
index cb868401cdf2..dbb6576fbbfd 100644
--- a/include/editeng/splwrap.hxx
+++ b/include/editeng/splwrap.hxx
@@ -56,7 +56,6 @@ private:
css::uno::Reference<
css::linguistic2::XHyphenator > xHyph;
bool bOtherCntnt : 1; // set => Check special sections initially
- bool bHyphen : 1; // Split instead of spell checking
bool bReverse : 1; // Reverse spell check
bool bStartDone : 1; // Beginning already corrected
bool bEndDone : 1; // End part already corrected
@@ -92,7 +91,6 @@ public:
void SpellDocument(); // Perform Spell Checking
bool IsStartDone() const { return bStartDone; }
bool IsEndDone() const { return bEndDone; }
- void SetHyphen() { bHyphen = true; }
bool IsAllRight() const { return bAllRight; }
protected: