[Libreoffice-commits] core.git: vcl/generic
Khaled Hosny
khaledhosny at eglug.org
Sun May 12 17:48:57 PDT 2013
vcl/generic/glyphs/gcach_ftyp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c0417e82174297ace604c68fc577c831929f3573
Author: Khaled Hosny <khaledhosny at eglug.org>
Date: Mon May 13 02:33:14 2013 +0200
Typo
Change-Id: I28ea63722f542a79aef904f9be40645baac191e4
diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx
index 9995964..bd1ef26 100644
--- a/vcl/generic/glyphs/gcach_ftyp.cxx
+++ b/vcl/generic/glyphs/gcach_ftyp.cxx
@@ -978,7 +978,7 @@ void ServerFont::FetchFontMetric( ImplFontMetricData& rTo, long& rFactor ) const
{
rTo.mnAscent = pOS2->usWinAscent * fScale + 0.5;
rTo.mnDescent = pOS2->usWinDescent * fScale + 0.5;
- rTo.mnDescent = 0;
+ rTo.mnExtLeading = 0;
}
}
}
More information about the Libreoffice-commits
mailing list