diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-20 14:52:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-20 15:07:05 +0200 |
commit | 60e61e4434b3c8443bfa1303122be6a9773a70f2 (patch) | |
tree | 45022b9469b1aec3c10f790824f6062b7b337b4d /i18npool/inc | |
parent | 275ccca3d266e8ffd837b53a35bc2cbd6cb95660 (diff) |
loplugin:unusedfields i18npool
Change-Id: I09dad8485f7a558dd389032a6052b88a8285afea
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/breakiterator_unicode.hxx | 2 | ||||
-rw-r--r-- | i18npool/inc/textconversion.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/i18npool/inc/breakiterator_unicode.hxx b/i18npool/inc/breakiterator_unicode.hxx index 2d41c01210f5..22bcbb751797 100644 --- a/i18npool/inc/breakiterator_unicode.hxx +++ b/i18npool/inc/breakiterator_unicode.hxx @@ -93,8 +93,6 @@ protected: } character, sentence, line, *icuBI; BI_Data words[4]; // 4 is css::i18n::WordType enumeration size - sal_Int16 aBreakType; - void SAL_CALL loadICUBreakIterator(const css::lang::Locale& rLocale, sal_Int16 rBreakType, sal_Int16 rWordType, const sal_Char* name, const OUString& rText) throw(css::uno::RuntimeException); }; diff --git a/i18npool/inc/textconversion.hxx b/i18npool/inc/textconversion.hxx index 6b8b16d41bc1..6071cdfc1a4d 100644 --- a/i18npool/inc/textconversion.hxx +++ b/i18npool/inc/textconversion.hxx @@ -152,7 +152,6 @@ private: // for SChines/TChinese word conversion typedef struct { - sal_uInt16 start; sal_Int16 count; } STC_WordIndex; |