summaryrefslogtreecommitdiff
path: root/vcl/source/src
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
commit8a5b178eb9f680fadcc8faa2e277623e8304b723 (patch)
tree6d5fac4b9c006d25235fcc7c20d1321c2ebf93b3 /vcl/source/src
parent9b939889323cfe3a4ad4890d03f1c740b145346f (diff)
abbreviation "pc" for pica, instead of "pi"
according to http://www.w3.org/TR/CSS2/syndata.html#length-units
Diffstat (limited to 'vcl/source/src')
-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 0a680fcb1913..f908105d812e 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 ; > ;