[Libreoffice-commits] core.git: Branch 'aoo/trunk' - vcl/aqua
Herbert Dürr
hdu at apache.org
Fri Apr 11 01:07:25 PDT 2014
vcl/aqua/source/gdi/ctlayout.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8db10217765f523bcc317b76c7f2ded31555bae7
Author: Herbert Dürr <hdu at apache.org>
Date: Fri Apr 11 06:44:58 2014 +0000
#i124657# #i124617# restore lost comment markers
diff --git a/vcl/aqua/source/gdi/ctlayout.cxx b/vcl/aqua/source/gdi/ctlayout.cxx
index 6005b15..8f57ca1 100644
--- a/vcl/aqua/source/gdi/ctlayout.cxx
+++ b/vcl/aqua/source/gdi/ctlayout.cxx
@@ -67,7 +67,7 @@ private:
float mfFontScale; // TODO: does CoreText have a font size limit?
CGFloat mfFontRotation; // text direction angle (in radians)
- CGFloat mfFontStretch; <1.0: font is squeezed, >1.0 font is stretched
+ CGFloat mfFontStretch; // <1.0: font gets squeezed, >1.0: font gets stretched
// cached details about the resulting layout
// mutable members since these details are all lazy initialized
More information about the Libreoffice-commits
mailing list