diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-04-27 15:02:52 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-04-27 15:09:13 +0300 |
commit | f368499b9bcc05eb70aae9914c1760d00b86a2f9 (patch) | |
tree | cbb19d69fa7e6eb8aee18f73006e93f5e592522c /officecfg | |
parent | 834df8b3d10fb15e9bf2ef657a7fac4747544852 (diff) |
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
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 5 |
1 files changed, 0 insertions, 5 deletions
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> |