summaryrefslogtreecommitdiff
path: root/svl/inc/svl
diff options
context:
space:
mode:
authorMuthu Subramanian K <sumuthu@novell.com>2010-12-09 17:24:10 +0530
committerMuthu Subramanian K <sumuthu@novell.com>2010-12-09 17:27:56 +0530
commitdcdeded09767c8cf97f371c65ae577053846ea60 (patch)
tree4d33a49458ba4456801409783712694b022c594d /svl/inc/svl
parent3dc4b5a88adc062fb1c78f34ff85e129022bef08 (diff)
New number formats (?/4, ?/100 and ?/[n]). n#655214
?/4 is for quarters representation ?/100 is for hunderds representation ?/[n] is for forcing the divisor to be 'n' e.g. ?/5
Diffstat (limited to 'svl/inc/svl')
-rw-r--r--svl/inc/svl/zforlist.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svl/inc/svl/zforlist.hxx b/svl/inc/svl/zforlist.hxx
index a6d88e54e892..e70a06a37e16 100644
--- a/svl/inc/svl/zforlist.hxx
+++ b/svl/inc/svl/zforlist.hxx
@@ -126,7 +126,9 @@ enum NfIndexTableOffset
NF_FRACTION_START,
NF_FRACTION_1 = NF_FRACTION_START, // # ?/?
NF_FRACTION_2, // # ??/??
- NF_FRACTION_END = NF_FRACTION_2,
+ NF_FRACTION_3, // # ?/4
+ NF_FRACTION_4, // # ??/100
+ NF_FRACTION_END = NF_FRACTION_4,
NF_NUMERIC_END = NF_FRACTION_END,