summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMohammad Elahi <ElahiMohammad@gmail.com>2011-08-27 03:40:03 +0430
committerEike Rathke <erack@erack.de>2011-08-28 00:01:26 +0200
commitb470e596db5b58aed9cf9fd6b90045ab4940c054 (patch)
tree984fd800bd044f6f9de8e125d528aee7351657bc /offapi
parent9e1b651db768667ab7f87d66a225ea008b4bd811 (diff)
Add numbering type in persian word.
Numbering in localized persian word is useful in some areas, at least for me it is necessary. Since it is not trivial a function and table is needed.
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/style/NumberingType.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/NumberingType.idl b/offapi/com/sun/star/style/NumberingType.idl
index 39bbf2cbd075..0c31f261ce39 100644
--- a/offapi/com/sun/star/style/NumberingType.idl
+++ b/offapi/com/sun/star/style/NumberingType.idl
@@ -493,6 +493,13 @@ published constants NumberingType
*/
const short CHARS_ARABIC_ABJAD = 54;
+ //-------------------------------------------------------------------------
+ /** Numbering in Persian words
+
+ @since OOo 3.5
+ */
+ const short CHARS_PERSIAN_WORD = 55;
+
};
//=============================================================================