vcl/source/glyphs/graphite_layout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5935f841307a77d41d27d5279379bd0756c7ef29
Author: Caolán McNamara <caol...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to