Kaydet (Commit) 60e61e44 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedfields i18npool

Change-Id: I09dad8485f7a558dd389032a6052b88a8285afea
üst 275ccca3
...@@ -93,8 +93,6 @@ protected: ...@@ -93,8 +93,6 @@ protected:
} character, sentence, line, *icuBI; } character, sentence, line, *icuBI;
BI_Data words[4]; // 4 is css::i18n::WordType enumeration size BI_Data words[4]; // 4 is css::i18n::WordType enumeration size
sal_Int16 aBreakType;
void SAL_CALL loadICUBreakIterator(const css::lang::Locale& rLocale, 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); sal_Int16 rBreakType, sal_Int16 rWordType, const sal_Char* name, const OUString& rText) throw(css::uno::RuntimeException);
}; };
......
...@@ -152,7 +152,6 @@ private: ...@@ -152,7 +152,6 @@ private:
// for SChines/TChinese word conversion // for SChines/TChinese word conversion
typedef struct { typedef struct {
sal_uInt16 start;
sal_Int16 count; sal_Int16 count;
} STC_WordIndex; } STC_WordIndex;
......
...@@ -44,7 +44,6 @@ BreakIterator_Unicode::BreakIterator_Unicode() ...@@ -44,7 +44,6 @@ BreakIterator_Unicode::BreakIterator_Unicode()
: cBreakIterator( "com.sun.star.i18n.BreakIterator_Unicode" ) // implementation name : cBreakIterator( "com.sun.star.i18n.BreakIterator_Unicode" ) // implementation name
, lineRule( "line" ) , lineRule( "line" )
, icuBI( nullptr ) , icuBI( nullptr )
, aBreakType(0)
{ {
} }
......
...@@ -259,12 +259,6 @@ static const sal_Unicode MultiplierChar_7_CJK[][ExponentCount_7_CJK] = { ...@@ -259,12 +259,6 @@ static const sal_Unicode MultiplierChar_7_CJK[][ExponentCount_7_CJK] = {
{0x4EAC, 0x5146, 0x5104, 0x842C, 0x9621, 0x767E, 0x62FE} // Japanese Traditional {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 #endif // INCLUDED_I18NPOOL_SOURCE_NATIVENUMBER_DATA_NUMBERCHAR_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment