officecfg/registry/data/org/openoffice/Office/Common.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 03e4114097f21f82c7a6a8a64dd08684f09a99b8
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Tue Feb 1 14:55:39 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Tue Jan 10 13:57:22 2023 +0000

    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 <fit...@ubuntu.com>

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>

Reply via email to