diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-04-28 14:27:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-04-29 09:46:17 +0200 |
commit | 75277f27e38c3469bf9075e3fb4f823bdb29048f (patch) | |
tree | 4214773cb201ca77689620779cde6a41704912c4 /test | |
parent | c53d3a1f4b8430507d54f5fac336870df7a700af (diff) |
set CTL_HEADING for cppunit tests to something from more_fonts
Change-Id: Ieb2878048017cc186fb98fa3c79eaf72b8e7b798
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133565
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/user-template/registry/modifications.xcd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/user-template/registry/modifications.xcd b/test/user-template/registry/modifications.xcd index 55daed60eaec..dfb8aed6e74f 100644 --- a/test/user-template/registry/modifications.xcd +++ b/test/user-template/registry/modifications.xcd @@ -11,7 +11,10 @@ <oor:component-data xmlns:install="http://openoffice.org/2004/installation" oor:name="VCL" oor:package="org.openoffice"> <node oor:name="DefaultFonts"> <node oor:name="ar"> - <prop oor:name="CTL_TEXT" oor:type="xs:string"> + <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> </node> |