summaryrefslogtreecommitdiffstats
path: root/include/tools/fldunit.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-18 13:00:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-18 13:47:31 +0100
commitcc0b40f6a94f05b36b31b1a7a55431e1b5f2608e (patch)
treeb51e62ce3f7d2b7f0926bf8439c6fc1773569150 /include/tools/fldunit.hxx
parentUpdated core (diff)
downloadcore-cc0b40f6a94f05b36b31b1a7a55431e1b5f2608e.tar.gz
core-cc0b40f6a94f05b36b31b1a7a55431e1b5f2608e.zip
add some a11y relations and enable translation of ms
Change-Id: Ib509a7ae62aefc919bdaed269c1605ac6bae9564
Diffstat (limited to 'include/tools/fldunit.hxx')
-rw-r--r--include/tools/fldunit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/fldunit.hxx b/include/tools/fldunit.hxx
index 7b8fa4d530bc..25c13dbafda1 100644
--- a/include/tools/fldunit.hxx
+++ b/include/tools/fldunit.hxx
@@ -22,7 +22,7 @@
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_CHAR, FUNIT_LINE, FUNIT_CUSTOM,
- FUNIT_PERCENT, FUNIT_100TH_MM, FUNIT_PIXEL, FUNIT_DEGREE, FUNIT_SECOND };
+ FUNIT_PERCENT, FUNIT_100TH_MM, FUNIT_PIXEL, FUNIT_DEGREE, FUNIT_SECOND, FUNIT_MILLISECOND };
#endif