summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-05-18 20:09:24 +0900
committerMichael Meeks <michael.meeks@novell.com>2011-05-19 20:48:09 +0100
commit393c6877b4109b06b1c3f0c12d567ac84ddba703 (patch)
tree659faebc89c1e7bcfbf2528bc478febf29e83f15
parentc6b16926a79d664a19e9b766bcddd7a0ffd5d499 (diff)
abbreviation "pc" for pica, instead of "pi"
according to http://www.w3.org/TR/CSS2/syndata.html#length-units
-rw-r--r--vcl/source/src/units.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/src/units.src b/vcl/source/src/units.src
index aff92ad105..9deb287dc8 100644
--- a/vcl/source/src/units.src
+++ b/vcl/source/src/units.src
@@ -42,7 +42,7 @@ StringArray SV_FUNIT_STRINGS
< "twips" ; FUNIT_TWIP ; > ;
< "twip" ; FUNIT_TWIP ; > ;
< "pt" ; FUNIT_POINT ; > ;
- < "pi" ; FUNIT_PICA ; > ;
+ < "pc" ; FUNIT_PICA ; > ;
< "\"" ; FUNIT_INCH ; > ;
< "in" ; FUNIT_INCH ; > ;
< "inch" ; FUNIT_INCH ; > ;