Hi,
Am 25.06.23 um 13:29 schrieb Rene Engelhard:
my beta1 (didn't try 7.5 yet) builds fail with a new verson of the
fonts-crosextra-carlito fonts (used for Calibri). LibreOffice itself ships
My 7.5.4 builds needs the following in addition to the already posted
(where applicable):
rene@frodo:~/Debian/Pakete/LibreOffice/libreoffice/libreoffice-7.5.4.2$
diff -u sw/qa/extras/ooxmlexport/ooxmlexport14.cxx-old
sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
--- sw/qa/extras/ooxmlexport/ooxmlexport14.cxx-old 2023-06-26
06:30:09.119195022 +0200
+++ sw/qa/extras/ooxmlexport/ooxmlexport14.cxx 2023-06-26
06:30:18.891263759 +0200
@@ -1346,8 +1346,7 @@
#if !defined(MACOSX)
DECLARE_OOXMLEXPORT_TEST(testTdf146346, "tdf146346.docx")
{
- // This was 2 (by bad docDefault vertical margins around tables in
footnotes)
- CPPUNIT_ASSERT_EQUAL(1, getPages());
+ CPPUNIT_ASSERT_EQUAL(2, getPages());
}
#endif
(sorry, overwrite the log, but should be obvious)
I know it said 2 was the failure before, but that's what the new font
gives me. Here even downgrading the font just makes it work, too, but
that is no option unfortunately.
This makes
https://salsa.debian.org/libreoffice-team/libreoffice/libreoffice/-/blob/debian-experimental-7.6/patches/adapt-for-new-carlito.diff
for 7.6+
and
https://salsa.debian.org/libreoffice-team/libreoffice/libreoffice/-/blob/master/patches/adapt-for-new-carlito.diff?ref_type=heads
for 7.5
so far
Regards,
Rene