diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2022-04-08 17:54:26 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2022-04-09 15:01:23 +0200 |
commit | 136d9b34459edb444fb5154fa8b5c74d877099d5 (patch) | |
tree | 5d86ce9aba6c4a5dfe3e32c5ba6efdf5a4bfde81 /vcl/source/outdev | |
parent | 0c852a14d61d2c06322b8a0e51960604fd212e2b (diff) |
no public data members in GlyphItem
Change-Id: Ib5911a8ad33aefffa972f583c2b5fc7d42a2b9bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132746
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'vcl/source/outdev')
-rw-r--r-- | vcl/source/outdev/textline.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/textline.cxx b/vcl/source/outdev/textline.cxx index 7c8af3db9220..4ea677b0bbfe 100644 --- a/vcl/source/outdev/textline.cxx +++ b/vcl/source/outdev/textline.cxx @@ -837,7 +837,7 @@ void OutputDevice::ImplDrawTextLines( SalLayout& rSalLayout, FontStrikeout eStri } // update the length of the textline - nWidth += pGlyph->m_nNewWidth; + nWidth += pGlyph->newWidth(); } else if( nWidth > 0 ) { |