test/user-template/registry/modifications.xcd | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit a76bc737235a1872845817edccac749e65a646d1 Author: Caolán McNamara <[email protected]> AuthorDate: Thu Apr 28 12:54:04 2022 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Apr 28 18:34:09 2022 +0200 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 <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> 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">
