summaryrefslogtreecommitdiff
path: root/vcl/source/src
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/src')
-rw-r--r--vcl/source/src/units.src3
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 ; > ;
};
};