vcl/source/gdi/pdfwriter_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 44edcd746e3a3b52fb03f4e433ffcfa79ee44ab1 Author: Khaled Hosny <kha...@libreoffice.org> AuthorDate: Thu Jun 15 14:50:00 2023 +0300 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Fri Jun 16 10:25:41 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> (cherry picked from commit 47e5264233adbf4c06076dae7474d7e175e684fa) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153134 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 7ad67f9f1772..86461d7ced50 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -2755,7 +2755,7 @@ bool PDFWriterImpl::emitType3Font(const vcl::font::PhysicalFontFace* pFace, } // write font dict - auto nFontDict = -1; + sal_Int32 nFontDict = -1; if (!aUsedFonts.empty()) { nFontDict = createObject();