From 2235f495e36082ea1f2ccdd6b37b822a81e27279 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 13 Aug 2013 12:21:05 +0100 Subject: add a seconds unit Change-Id: I3507caab5cd61c282102ab21bf034ec54e497af3 --- rsc/source/parser/rscibas.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'rsc') 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; -- cgit