summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2022-02-01 14:55:39 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2023-01-10 13:57:22 +0000
commit03e4114097f21f82c7a6a8a64dd08684f09a99b8 (patch)
tree5adcc082422800a8f751bb81189c7654c170aacd /officecfg
parent957dd409411ea490958f3c014a71b7361c00b8c4 (diff)
disable Skia as default on Mac for 7.5
There are still some problems like tdf#145988. Read discussion in https://gerrit.libreoffice.org/c/core/+/145198 Change-Id: I8c3e9713913a453c2b55a0ad9b1c8f82af8f7917 (cherry picked from commit 7db2df3d8f19cf4734ef359f238eb70e62b4be1d) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145222 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Common.xcu2
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 4694135efce7..98e4d87f410c 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">true</value>
+ <value install:module="macosx">false</value>
<value install:module="unx">false</value>
<value install:module="wnt">true</value>
</prop>