[Libreoffice-commits] core.git: vcl/source
Caolán McNamara
caolanm at redhat.com
Thu Feb 6 01:15:33 PST 2014
vcl/source/glyphs/graphite_layout.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5935f841307a77d41d27d5279379bd0756c7ef29
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Feb 6 09:14:45 2014 +0000
fix debug=2 build
Change-Id: I9643a60cdc932bef6a4d5f409cbb0e333147fccc
diff --git a/vcl/source/glyphs/graphite_layout.cxx b/vcl/source/glyphs/graphite_layout.cxx
index bb16dd5..52ba5e8 100644
--- a/vcl/source/glyphs/graphite_layout.cxx
+++ b/vcl/source/glyphs/graphite_layout.cxx
@@ -1284,7 +1284,7 @@ int GraphiteLayout::GetNextGlyphs( int length, sal_GlyphId * glyph_out,
#ifdef GRLAYOUT_DEBUG
fprintf(grLog(),"GetNextGlyphs g%d gid%d c%d x%ld,%ld adv%ld, pos %ld,%ld\n",
- glyph_slot - 1, glyph_itr->mnGlyphIndex,
+ glyph_slot - 1, glyph_itr->maGlyphId,
mvGlyph2Char[glyph_slot-1], glyph_itr->maLinearPos.X(), glyph_itr->maLinearPos.Y(), nGlyphAdvance,
aPosOut.X(), aPosOut.Y());
#endif
More information about the Libreoffice-commits
mailing list