[Libreoffice-commits] core.git: officecfg/registry

Tor Lillqvist tml at collabora.com
Thu Apr 27 12:12:08 UTC 2017


 officecfg/registry/schema/org/openoffice/Office/Calc.xcs |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit f368499b9bcc05eb70aae9914c1760d00b86a2f9
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Apr 27 15:02:52 2017 +0300

    Remove outdated UIHints metacomments
    
    These things haven't been present in the UI for a while (and that is a
    good thing).
    
    Change-Id: I8dbb84060013377469d600dc2faf047fbd199ca9

diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 86d3525d8689..b1feca1825c6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1421,21 +1421,18 @@
 	sc/source/core/tool/calcconfig.cxx
 	-->
         <prop oor:name="OpenCLSubsetOnly" oor:type="xs:boolean" oor:nillable="false">
-          <!-- UIHints: Tools - Options  Spreadsheet  Formula -->
           <info>
             <desc>Whether to use OpenCL only when a formula uses only a subset of operator and function opcodes.</desc>
           </info>
           <value>true</value>
         </prop>
         <prop oor:name="OpenCLMinimumDataSize" oor:type="xs:int">
-          <!-- UIHints: Tools - Options  Spreadsheet  Formula -->
           <info>
             <desc>An approximate lower limit on the number of data cells a spreadsheet formula should use for OpenCL to be considered.</desc>
           </info>
           <value>100</value>
         </prop>
         <prop oor:name="OpenCLSubsetOpCodes" oor:type="xs:string" oor:nillable="false">
-          <!-- UIHints: Tools - Options  Spreadsheet  Formula -->
           <info>
             <desc>The list of operator and function opcodes (in
             English) for which to use OpenCL. If OpenCLSubsetOnly is
@@ -1445,14 +1442,12 @@
           <value>+;-;*;/;RAND;SIN;COS;TAN;ATAN;EXP;LN;SQRT;NORMSDIST;NORMSINV;ROUND;POWER;SUMPRODUCT;MIN;MAX;SUM;PRODUCT;AVERAGE;COUNT;VAR;NORMDIST;VLOOKUP;CORREL;COVAR;PEARSON;SLOPE;SUMIFS</value>
         </prop>
         <prop oor:name="OpenCLAutoSelect" oor:type="xs:boolean" oor:nillable="false">
-          <!-- UIHints: Tools - Options  Spreadsheet  Formula -->
           <info>
             <desc>Whether to automatically select the OpenCL device</desc>
           </info>
           <value>true</value>
         </prop>
         <prop oor:name="OpenCLDevice" oor:type="xs:string" oor:nillable="false">
-          <!-- UIHints: Tools - Options  Spreadsheet  Formula -->
           <info>
             <desc>The Device ID of the OpenCL device selected if OpenCLAutoSelect is false</desc>
           </info>


More information about the Libreoffice-commits mailing list