[Libreoffice-commits] core.git: vcl/source

Caolán McNamara caolanm at redhat.com
Thu May 3 19:59:57 UTC 2018


 vcl/source/gdi/pdfwriter_impl.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a11a21570e357fddef10f436d8b1e9e27e0bc7ce
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu May 3 15:22:09 2018 +0100

    coverity#1435279 unused field
    
    Change-Id: Iade24ac33f59e7a7138ace68a0edcb240e0d8f84
    Reviewed-on: https://gerrit.libreoffice.org/53801
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/source/gdi/pdfwriter_impl.hxx b/vcl/source/gdi/pdfwriter_impl.hxx
index cedc12c71805..23da7f6052cc 100644
--- a/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/vcl/source/gdi/pdfwriter_impl.hxx
@@ -592,7 +592,6 @@ public:
         sal_Int32   m_nMappedFontId;
         sal_uInt8   m_nMappedGlyphId;
         int         m_nCharPos;
-        int         m_nCharCount;
 
         PDFGlyph( const Point& rPos,
                   const GlyphItem* pGlyph,


More information about the Libreoffice-commits mailing list