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

New commits:
commit 7a738ef67a32c8c1ef550700a536b4257c54f64f
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Thu Aug 31 11:22:24 2023 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Sat Sep 2 10:21:46 2023 +0200

    Default Skia to off on all platforms
    
    cherry-pick from commit: 30d55743834d58ae54ab10ce7be7474703678b36
    
    Change-Id: I44fc59937141ae6f8fc7ef5ef9f4653e9c6d1c3b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156332
    Tested-by: Thorsten Behrens <thorsten.behr...@allotropia.de>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu 
b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 98e4d87f410c..733c7be67fa4 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -51,9 +51,7 @@
   </node>
   <node oor:name="VCL">
     <prop oor:name="UseSkia" oor:type="xs:boolean">
-      <value install:module="macosx">false</value>
-      <value install:module="unx">false</value>
-      <value install:module="wnt">true</value>
+      <value>false</value>
     </prop>
   </node>
   <node oor:name="I18N">

Reply via email to