diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-08-30 11:35:41 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-08-31 10:04:41 +0200 |
commit | 2489edcbe0f5dc77649fc2e801c1bbffb71692b8 (patch) | |
tree | a920b77f4191989d6090a98c53d80fc0fb7f1050 /officecfg/registry | |
parent | bbf7dc39abf64c314e9c43c4d0554d1d7bdef3e7 (diff) |
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.lunak@collabora.com>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
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> |