summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAmelia Wang <amwang@novell.com>2010-09-13 14:40:57 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-09-13 15:57:19 +0200
commitc85db626029fd8a5e0dfcb312937279df32339a0 (patch)
tree6d7b208776d8c70d8fd514e901d3786904fb90c9 /tools
parent51fb3c7f1925c7d1604549dfd8fcc0139e54a36b (diff)
cjk-character-units-ui.diff: add a new unit 'character unit'
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/fldunit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/fldunit.hxx b/tools/inc/tools/fldunit.hxx
index 637539f6dd6f..d877776d4d86 100644
--- a/tools/inc/tools/fldunit.hxx
+++ b/tools/inc/tools/fldunit.hxx
@@ -35,7 +35,7 @@
// By changes you must also change: rsc/vclrsc.hxx
enum FieldUnit { FUNIT_NONE, FUNIT_MM, FUNIT_CM, FUNIT_M, FUNIT_KM,
FUNIT_TWIP, FUNIT_POINT, FUNIT_PICA,
- FUNIT_INCH, FUNIT_FOOT, FUNIT_MILE, FUNIT_CUSTOM,
+ FUNIT_INCH, FUNIT_FOOT, FUNIT_MILE, FUNIT_CHAR, FUNIT_LINE, FUNIT_CUSTOM,
FUNIT_PERCENT, FUNIT_100TH_MM };
#endif // _TOOLS_FLDUNIT_HXX