From 47e5264233adbf4c06076dae7474d7e175e684fa Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Thu, 15 Jun 2023 14:50:00 +0300 Subject: Use sal_Int32 instead of overzealous use of auto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia307f398260343fe388965673da42d9404195224 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153117 Tested-by: Jenkins Reviewed-by: خالد حسني --- vcl/source/gdi/pdfwriter_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') 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(); -- cgit