loplugin:unusedfields i18npool

Change-Id: I09dad8485f7a558dd389032a6052b88a8285afea
This commit is contained in:
Noel Grandin 2015-11-20 14:52:56 +02:00
parent 275ccca3d2
commit 60e61e4434
4 changed files with 0 additions and 10 deletions

View file

@ -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);
};

View file

@ -152,7 +152,6 @@ private:
// for SChines/TChinese word conversion
typedef struct {
sal_uInt16 start;
sal_Int16 count;
} STC_WordIndex;

View file

@ -44,7 +44,6 @@ BreakIterator_Unicode::BreakIterator_Unicode()
: cBreakIterator( "com.sun.star.i18n.BreakIterator_Unicode" ) // implementation name
, lineRule( "line" )
, icuBI( nullptr )
, aBreakType(0)
{
}

View file

@ -259,12 +259,6 @@ static const sal_Unicode MultiplierChar_7_CJK[][ExponentCount_7_CJK] = {
{0x4EAC, 0x5146, 0x5104, 0x842C, 0x9621, 0x767E, 0x62FE} // Japanese Traditional
};
typedef struct {
sal_Int16 ExponentCount;
sal_Int16* MultiplierExponent;
sal_Unicode *MultiplierChar;
} Multiplier;
} } } }
#endif // INCLUDED_I18NPOOL_SOURCE_NATIVENUMBER_DATA_NUMBERCHAR_H