summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2018-07-18 18:06:44 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-08-14 04:26:27 +0200
commit9003bfba1a0d4b71bc9c891705c719b29c2ddd85 (patch)
tree9aaa5ea77b2a0809f4cfc079fa4e275951dc1142
parentb9872d6593892216ff4dde890ce45bcf8dea37fc (diff)
Default OpenGL to off on all platforms
Change-Id: Ide04d3b37b9fabb64d514fd87acbdfe9e49e6727
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Common.xcu4
1 files changed, 1 insertions, 3 deletions
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">