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

New commits:
commit 47e5264233adbf4c06076dae7474d7e175e684fa
Author:     Khaled Hosny <kha...@libreoffice.org>
AuthorDate: Thu Jun 15 14:50:00 2023 +0300
Commit:     خالد حسني <kha...@libreoffice.org>
CommitDate: Thu Jun 15 16:42:28 2023 +0200

    Use sal_Int32 instead of overzealous use of auto
    
    Change-Id: Ia307f398260343fe388965673da42d9404195224
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153117
    Tested-by: Jenkins
    Reviewed-by: خالد حسني <kha...@libreoffice.org>

diff --git a/vcl/source/gdi/pdfwriter_impl.cxx 
b/vcl/source/gdi/pdfwriter_impl.cxx
index 0c5fc8401a43..e9e7e32620cc 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -2756,7 +2756,7 @@ bool PDFWriterImpl::emitType3Font(const 
vcl::font::PhysicalFontFace* pFace,
         }
 
         // write font dict
-        auto nFontDict = -1;
+        sal_Int32 nFontDict = -1;
         if (!aUsedFonts.empty())
         {
             nFontDict = createObject();

Reply via email to