[Libreoffice-commits] .: vcl/source

Julien Nabet serval2412 at kemper.freedesktop.org
Sat Jul 14 10:25:02 PDT 2012


 vcl/source/fontsubset/sft.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit a95cdde9afb5edac14a5b3204f115bcbd5277d66
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Jul 14 19:22:56 2012 +0200

    Fix typos
    
    Change-Id: I6702e444c54780cdb2f5b7a8e827e6533012eba1

diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index f21ca6c..f840f7b 100644
--- a/vcl/source/fontsubset/sft.cxx
+++ b/vcl/source/fontsubset/sft.cxx
@@ -92,15 +92,15 @@ struct PSPathElement
     }
 };
 
-/*- In horisontal writing mode right sidebearing is calculated using this formula
+/*- In horizontal writing mode right sidebearing is calculated using this formula
  *- rsb = aw - (lsb + xMax - xMin) -*/
 typedef struct {
     sal_Int16  xMin;
     sal_Int16  yMin;
     sal_Int16  xMax;
     sal_Int16  yMax;
-    sal_uInt16 aw;                /*- Advance Width (horisontal writing mode)    */
-    sal_Int16  lsb;               /*- Left sidebearing (horisontal writing mode) */
+    sal_uInt16 aw;                /*- Advance Width (horizontal writing mode)    */
+    sal_Int16  lsb;               /*- Left sidebearing (horizontal writing mode) */
     sal_uInt16 ah;                /*- advance height (vertical writing mode)     */
     sal_Int16  tsb;               /*- top sidebearing (vertical writing mode)    */
 } TTGlyphMetrics;


More information about the Libreoffice-commits mailing list