summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-10-27 12:04:35 +0200
committerEike Rathke <erack@redhat.com>2017-10-27 18:29:43 +0200
commit281a84bd33d1c34d51c4a933d395f17bd36190c6 (patch)
tree5c4433c06ad9b268f9e434d8eaeaeaab87303786
parent4805a3a8b6d2e9cc1710b9dced2041a6c7b5e596 (diff)
New LocaleItem::DECIMAL_SEPARATOR_ALTERNATIVE, tdf#81671
Change-Id: I1817d917621ccc3c81468132c558f9faa8c4ec4c
-rw-r--r--offapi/com/sun/star/i18n/LocaleItem.idl12
1 files changed, 9 insertions, 3 deletions
diff --git a/offapi/com/sun/star/i18n/LocaleItem.idl b/offapi/com/sun/star/i18n/LocaleItem.idl
index 97f6d586a667..6c3af39f9685 100644
--- a/offapi/com/sun/star/i18n/LocaleItem.idl
+++ b/offapi/com/sun/star/i18n/LocaleItem.idl
@@ -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.
};