summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-30 11:08:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-30 19:50:30 +0200
commit979d58c9a96884e36d1585df0c04c89b1f53fa99 (patch)
treebce40aad53ac5123a2864da59b8d889b8a51e577 /include/unotools
parent3c1fc723ff622d8a541fa26a3397ca4258332e4a (diff)
loplugin:unusedfields in toolkit..xmloff
Change-Id: I4964ff97e0a1735dc08c6ad204cae0b08e9ffc2c Reviewed-on: https://gerrit.libreoffice.org/39406 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/textsearch.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/unotools/textsearch.hxx b/include/unotools/textsearch.hxx
index 71048c226f0d..46cc358584df 100644
--- a/include/unotools/textsearch.hxx
+++ b/include/unotools/textsearch.hxx
@@ -104,12 +104,6 @@ private:
bool m_bCaseSense : 1;
bool m_bWildMatchSel : 1; // wildcard pattern must match entire selection
- // values for the "weight Levenshtein-Distance"
- bool bLEV_Relaxed : 1;
- int nLEV_OtherX;
- int nLEV_ShorterY;
- int nLEV_LongerZ;
-
// asian flags - used for the transliteration
TransliterationFlags nTransliterationFlags;