From 134447e78f00d7378406d0a3fa5a4c5d3a02032e Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Sun, 30 Sep 2018 14:00:54 +0000 Subject: Move GlyphItem into its own header Actually GlyphItem should be VCL internal, but this requires a transparent SalLayoutGlyphs (i.e. via pImpl), which I'm too lazy to implement currently. This seperation makes the affected source files more obvious and later migration of vcl/glyphitem.hxx easier. While at it apply the coding style and add '_' to member prefix. Change-Id: I61497af5c628c40f51597ce0ef286c47321acbc2 Reviewed-on: https://gerrit.libreoffice.org/62358 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski --- vcl/source/outdev/textline.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/source/outdev/textline.cxx') diff --git a/vcl/source/outdev/textline.cxx b/vcl/source/outdev/textline.cxx index e35f4bb259af..550fc781f6d0 100644 --- a/vcl/source/outdev/textline.cxx +++ b/vcl/source/outdev/textline.cxx @@ -755,7 +755,7 @@ void OutputDevice::ImplDrawTextLines( SalLayout& rSalLayout, FontStrikeout eStri } // update the length of the textline - nWidth += pGlyph->mnNewWidth; + nWidth += pGlyph->m_nNewWidth; } else if( nWidth > 0 ) { -- cgit v1.2.3