summaryrefslogtreecommitdiff
path: root/vcl/generic
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-05-13 02:33:14 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2013-05-13 02:46:21 +0200
commitc0417e82174297ace604c68fc577c831929f3573 (patch)
tree9709be9b982cace21fcd3e6df7872e3902584e91 /vcl/generic
parent53d7ae8c6b4de6ef50472639979609afa542038a (diff)
Typo
Change-Id: I28ea63722f542a79aef904f9be40645baac191e4
Diffstat (limited to 'vcl/generic')
-rw-r--r--vcl/generic/glyphs/gcach_ftyp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx
index 9995964532b8..bd1ef2690062 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;
}
}
}