summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorStephan Schäfer <ssa@openoffice.org>2002-10-25 10:34:42 +0000
committerStephan Schäfer <ssa@openoffice.org>2002-10-25 10:34:42 +0000
commit000f9448bea95cda70f1de063d6a62d79d50bedf (patch)
treee92dc01dfdc827560a06f8051debba13b68bd3ad /rsc
parent154bef2224b9a17afaa732bc3d16d46526b67ca5 (diff)
#104355# extend syntax for missing FUNIT
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscibas.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/rsc/source/parser/rscibas.cxx b/rsc/source/parser/rscibas.cxx
index 4151f033a92d..de8a6920b5b2 100644
--- a/rsc/source/parser/rscibas.cxx
+++ b/rsc/source/parser/rscibas.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscibas.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hjs $ $Date: 2002-03-06 13:30:51 $
+ * last change: $Author: ssa $ $Date: 2002-10-25 11:34:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -241,6 +241,7 @@ RscEnum * RscTypCont::InitFieldUnitsType()
SETCONST( pFieldUnits, "FUNIT_FOOT", FUNIT_FOOT );
SETCONST( pFieldUnits, "FUNIT_MILE", FUNIT_MILE );
SETCONST( pFieldUnits, "FUNIT_CUSTOM", FUNIT_CUSTOM );
+ SETCONST( pFieldUnits, "FUNIT_PERCENT", FUNIT_PERCENT );
return pFieldUnits;
}