Kaydet (Commit) 281a84bd authored tarafından Eike Rathke's avatar Eike Rathke

New LocaleItem::DECIMAL_SEPARATOR_ALTERNATIVE, tdf#81671

Change-Id: I1817d917621ccc3c81468132c558f9faa8c4ec4c
üst 4805a3a8
......@@ -74,11 +74,17 @@ published constants LocaleItem
/// @see com::sun::star::i18n::LocaleDataItem::LongDateYearSeparator
const short LONG_DATE_YEAR_SEPARATOR = 16;
//! New values may be inserted here if locale data provides them.
//! Do not forget to adjust the COUNT value.
/// count of items available
const short COUNT = 17;
/// @see com::sun::star::i18n::LocaleDataItem2::decimalSeparatorAlternative
const short DECIMAL_SEPARATOR_ALTERNATIVE = 17;
/// count of items available
const short COUNT2 = 18;
//! New values may be appended here if locale data provides them.
//! Do not forget to introduce a new COUNTx value.
};
......
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