[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-5-3' - officecfg/registry

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Aug 14 02:26:53 UTC 2018


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

New commits:
commit 9003bfba1a0d4b71bc9c891705c719b29c2ddd85
Author:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Wed Jul 18 18:06:44 2018 +0200
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Tue Aug 14 04:26:27 2018 +0200

    Default OpenGL to off on all platforms
    
    Change-Id: Ide04d3b37b9fabb64d514fd87acbdfe9e49e6727

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 3469c49051f4..f3a6f774fb12 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -59,9 +59,7 @@
   </node>
   <node oor:name="VCL">
     <prop oor:name="UseOpenGL" 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">


More information about the Libreoffice-commits mailing list