diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-10 11:32:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-10 14:03:32 +0000 |
commit | 9050cc641a7449e270a26bcaeae4f75d4b862d3f (patch) | |
tree | cda4705b56bced3bb67a26fdac8ff9a19b63ad63 /vcl | |
parent | 775bf0c7d973226cad13c0e54ad384ae4e905041 (diff) |
pUnicodesPerGlyph[i] is already 1 here
Change-Id: Ib47e850d8ade769cad11f53b7eb3d7cab0337feb
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/pdfwriter_impl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 5c3aede359fb..9a096039487c 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -8648,7 +8648,6 @@ void PDFWriterImpl::drawLayout( SalLayout& rLayout, const OUString& rText, bool if (pGlyphs[i]->mnCharPos >= nMinCharPos && pGlyphs[i]->mnCharPos <= nMaxCharPos) { int nChars = 1; - pUnicodesPerGlyph[i] = 1; // try to handle ligatures and such if( i < nGlyphs-1 ) { |