vcl/source/gdi/pdfwriter_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d93c05579ec9759eca3203ad3608c8f55e1f12b6 Author: Michael Stahl <michael.st...@allotropia.de> AuthorDate: Fri May 12 11:47:24 2023 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Mon May 15 09:51:50 2023 +0200 tdf#155228 vcl: PDF export: /Tabs needs PDF name, not string (regression from commit fa3f04bdd4f73a1b3be70dfb709c44638ef7e3d9) Change-Id: I5ccc37cd538448b2cb9db594287b49869589b2db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151700 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@allotropia.de> (cherry picked from commit 7c3baaa4fecefa8be46f5e7d25cb9b6130f28aa9) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151619 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index ce26ea6b1342..fbaaa3c2c06b 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -758,7 +758,7 @@ bool PDFPage::emit(sal_Int32 nParentObject ) && PDFWriter::PDFVersion::PDF_1_5 <= m_pWriter->m_aContext.Version) { // ISO 14289-1:2014, Clause: 7.18.3 - aLine.append( "/Tabs(S)\n" ); + aLine.append( "/Tabs/S\n" ); } } if( !m_aMCIDParents.empty() )