[Libreoffice-commits] .: vcl/source

Michael Meeks michael at kemper.freedesktop.org
Thu May 19 12:49:22 PDT 2011


 vcl/source/src/units.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 393c6877b4109b06b1c3f0c12d567ac84ddba703
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed May 18 20:09:24 2011 +0900

    abbreviation "pc" for pica, instead of "pi"
    
    according to http://www.w3.org/TR/CSS2/syndata.html#length-units

diff --git a/vcl/source/src/units.src b/vcl/source/src/units.src
index aff92ad..9deb287 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 ; > ;


More information about the Libreoffice-commits mailing list