diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-04-28 12:54:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-04-28 18:34:09 +0200 |
commit | a76bc737235a1872845817edccac749e65a646d1 (patch) | |
tree | 50b769d989c86a535622544375e54595ed4b19b1 /test | |
parent | 5dcd46fb8f80372f7ce159e168cae4084d41a9fa (diff) |
override default "Segoe UI" for UI_SANS for cppunit tests
Change-Id: If8b073c6ed9f9508a03ec65e885313d7a618b600
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133556
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/user-template/registry/modifications.xcd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/user-template/registry/modifications.xcd b/test/user-template/registry/modifications.xcd index 7fa9082f64fd..b5162cb2a17a 100644 --- a/test/user-template/registry/modifications.xcd +++ b/test/user-template/registry/modifications.xcd @@ -19,6 +19,9 @@ <prop oor:name="CTL_TEXT" oor:type="xs:string"> <value>DejaVu Sans</value> </prop> + <prop oor:name="UI_SANS" oor:type="xs:string"> + <value>DejaVu Sans</value> + </prop> </node> <node oor:name="hi"> <prop oor:name="CTL_HEADING" oor:type="xs:string"> |