officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2489edcbe0f5dc77649fc2e801c1bbffb71692b8 Author: Luboš Luňák <l.lu...@collabora.com> AuthorDate: Mon Aug 30 11:35:41 2021 +0200 Commit: Luboš Luňák <l.lu...@collabora.com> CommitDate: Tue Aug 31 10:04:41 2021 +0200 make Skia the default now on Mac too As per the ESC decision from the last week. Change-Id: I8f2fc4c7f33d4c044ac9e20df6f93eb755507efc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121292 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lu...@collabora.com> diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index b00c5f3d1c18..f543b6ebb3c9 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -51,7 +51,7 @@ </node> <node oor:name="VCL"> <prop oor:name="UseSkia" oor:type="xs:boolean"> - <value install:module="macosx">false</value> + <value install:module="macosx">true</value> <value install:module="unx">false</value> <value install:module="wnt">true</value> </prop>