test/user-template/registry/modifications.xcd | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit ac1c31a577e6fb0efa05ff0ab098ee62f50cb88a Author: Caolán McNamara <[email protected]> AuthorDate: Thu Apr 28 13:14:14 2022 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Apr 28 20:45:52 2022 +0200 set CJK_HEADING and CTL_HEADING for cppunit tests to something from more_fonts Change-Id: Iabd60e6266f0543e258151aa1bc7199eb7edc35f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133559 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/test/user-template/registry/modifications.xcd b/test/user-template/registry/modifications.xcd index b5162cb2a17a..55daed60eaec 100644 --- a/test/user-template/registry/modifications.xcd +++ b/test/user-template/registry/modifications.xcd @@ -16,6 +16,12 @@ </prop> </node> <node oor:name="en"> + <prop oor:name="CJK_HEADING" oor:type="xs:string"> + <value>DejaVu Sans</value> + </prop> + <prop oor:name="CTL_HEADING" oor:type="xs:string"> + <value>DejaVu Sans</value> + </prop> <prop oor:name="CTL_TEXT" oor:type="xs:string"> <value>DejaVu Sans</value> </prop>
