svgio/qa/cppunit/data/tdf160386.svg | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 50b4e6d6b4a7b08657c02c4672eae7ef770558e2 Author: Caolán McNamara <[email protected]> AuthorDate: Wed Dec 10 20:03:45 2025 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Fri Dec 12 10:41:46 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/+/195407 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[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> -
