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

Caolán McNamara caolanm at redhat.com
Thu Nov 26 06:57:52 PST 2015


 officecfg/registry/data/org/openoffice/Office/Common.xcu |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 65bdad52a04dc1f5d771bdfdc8bce23e9ba74296
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Nov 13 11:19:04 2015 +0000

    Default off OpenGL until 5.1
    
    Needs a bit more work, so lets play it safer and default off for
    windows for now and leave it on for 5.1
    
    This partially reverts...
    
    commit 1bc91425e43f8bd30e3dcdec4a30771de54c55c8
    
    tdf#93662 - allow GL by default only on recent drivers on recent windows.
    
    Feature for triple review for 5.0.2 - enables GL by default for some subset of
    very recent GL drivers, on Windows 7+.
    
    Change-Id: I7a12540afd9f1889db15810db448db466b35241d
    Reviewed-on: https://gerrit.libreoffice.org/19950
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 5013176..ffca153 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -139,13 +139,6 @@
       <value>${DICT_REPO_URL}</value>
     </prop>
   </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>
-    </prop>
-  </node>
   <node oor:name="I18N">
     <node oor:name="CTL">
       <prop oor:name="CTLFont" install:module="ctl">


More information about the Libreoffice-commits mailing list