svgio/qa/cppunit/data/tdf160386.svg | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 3dc53a4c3fec03aa094f1f8ab5ab1434d4fa0bc1 Author: Caolán McNamara <[email protected]> AuthorDate: Wed Dec 10 20:03:45 2025 +0000 Commit: Miklos Vajna <[email protected]> CommitDate: Thu Dec 11 11:37:49 2025 +0100 drop CJK text from systemLanguage switch example because we run this test with set_non_application_font_use=abort so we don't expect any glyph substitution, and the default setup is without any bundled Japanese font. Change-Id: I2e7ead7404fbacb768c06502a52cde629c1a1116 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195406 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Miklos Vajna <[email protected]> diff --git a/svgio/qa/cppunit/data/tdf160386.svg b/svgio/qa/cppunit/data/tdf160386.svg index 1644b0d15514..188aa4c34e54 100644 --- a/svgio/qa/cppunit/data/tdf160386.svg +++ b/svgio/qa/cppunit/data/tdf160386.svg @@ -8,9 +8,7 @@ <text systemLanguage="en">Hello!</text> <text systemLanguage="es">Hola!</text> <text systemLanguage="fr">Bonjour!</text> - <text systemLanguage="ja">こんにちは</text> <text systemLanguage="ru">Привет!</text> <text>☺</text> </switch> </svg> -
