diff options
author | Amelia Wang <amwang@novell.com> | 2010-09-13 14:40:57 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-09-13 15:57:19 +0200 |
commit | c85db626029fd8a5e0dfcb312937279df32339a0 (patch) | |
tree | 6d7b208776d8c70d8fd514e901d3786904fb90c9 /vcl/source/src | |
parent | 51fb3c7f1925c7d1604549dfd8fcc0139e54a36b (diff) |
cjk-character-units-ui.diff: add a new unit 'character unit'
Diffstat (limited to 'vcl/source/src')
-rw-r--r-- | vcl/source/src/units.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/src/units.src b/vcl/source/src/units.src index 16b40b3f41a3..0a680fcb1913 100644 --- a/vcl/source/src/units.src +++ b/vcl/source/src/units.src @@ -30,6 +30,7 @@ #include <vcl/svids.hrc> #endif +// Amelia : adds two units , 'ch' and 'line' StringArray SV_FUNIT_STRINGS { ItemList [ en-US ] = @@ -51,6 +52,8 @@ StringArray SV_FUNIT_STRINGS < "feet" ; FUNIT_FOOT ; > ; < "miles" ; FUNIT_MILE ; > ; < "mile" ; FUNIT_MILE ; > ; + < "ch" ; FUNIT_CHAR ; > ; + < "line" ; FUNIT_LINE ; > ; < "%" ; FUNIT_PERCENT ; > ; }; }; |