diff options
Diffstat (limited to 'editors/libreoffice/files')
| -rw-r--r-- | editors/libreoffice/files/patch-vcl_qa_cppunit_pdfexport_pdfexport.cxx | 11 | ||||
| -rw-r--r-- | editors/libreoffice/files/pathc-vcl_workben_vcldemo.cxx | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-vcl_qa_cppunit_pdfexport_pdfexport.cxx b/editors/libreoffice/files/patch-vcl_qa_cppunit_pdfexport_pdfexport.cxx new file mode 100644 index 000000000000..a001b210c9c4 --- /dev/null +++ b/editors/libreoffice/files/patch-vcl_qa_cppunit_pdfexport_pdfexport.cxx @@ -0,0 +1,11 @@ +--- vcl/qa/cppunit/pdfexport/pdfexport.cxx.orig 2025-10-01 11:38:12 UTC ++++ vcl/qa/cppunit/pdfexport/pdfexport.cxx +@@ -1821,7 +1821,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest, testTdf66597_3) + auto pName + = dynamic_cast<vcl::filter::PDFNameElement*>(pObject->Lookup("BaseFont"_ostr)); + auto aName = pName->GetValue().copy(7); // skip the subset id +- CPPUNIT_ASSERT_EQUAL_MESSAGE("Unexpected font name", "GentiumBasic"_ostr, aName); ++ CPPUNIT_ASSERT_EQUAL_MESSAGE("Unexpected font name", "Gentium"_ostr, aName); + + auto pToUnicodeRef = dynamic_cast<vcl::filter::PDFReferenceElement*>( + pObject->Lookup("ToUnicode"_ostr)); diff --git a/editors/libreoffice/files/pathc-vcl_workben_vcldemo.cxx b/editors/libreoffice/files/pathc-vcl_workben_vcldemo.cxx new file mode 100644 index 000000000000..4a20c9046b5c --- /dev/null +++ b/editors/libreoffice/files/pathc-vcl_workben_vcldemo.cxx @@ -0,0 +1,11 @@ +--- vcl/workben/vcldemo.cxx.orig 2025-10-01 11:38:12 UTC ++++ vcl/workben/vcldemo.cxx +@@ -507,7 +507,7 @@ class DemoRenderer (public) + + // tdf#95222 - justification issue + // - FIXME: replicate justification +- SET("gentium basic", pJustification), ++ SET("gentium", pJustification), + + // tdf#97319 - Unicode beyond BMP; SMP & Plane 2 + SET("symbola", pEmojis), |
