summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-13 12:21:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-13 14:51:15 +0100
commit2235f495e36082ea1f2ccdd6b37b822a81e27279 (patch)
treefff0699bcbbc55b4c2604245bb71dd5b59fc22af /rsc
parent3c307ff5a5a41553336bc639ca8c3ff2b31d286a (diff)
add a seconds unit
Change-Id: I3507caab5cd61c282102ab21bf034ec54e497af3
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscibas.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index b79c90f208aa..e4026715d701 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -195,6 +195,7 @@ RscEnum * RscTypCont::InitFieldUnitsType()
SETCONST( pFieldUnits, "FUNIT_LINE", FUNIT_LINE );
SETCONST( pFieldUnits, "FUNIT_PERCENT", FUNIT_PERCENT );
SETCONST( pFieldUnits, "FUNIT_DEGREE", FUNIT_DEGREE);
+ SETCONST( pFieldUnits, "FUNIT_SECOND", FUNIT_SECOND);
SETCONST( pFieldUnits, "FUNIT_PIXEL", FUNIT_PIXEL );
return pFieldUnits;