From f368499b9bcc05eb70aae9914c1760d00b86a2f9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 27 Apr 2017 15:02:52 +0300 Subject: 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 --- officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'officecfg') 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 --> - Whether to use OpenCL only when a formula uses only a subset of operator and function opcodes. true - An approximate lower limit on the number of data cells a spreadsheet formula should use for OpenCL to be considered. 100 - The list of operator and function opcodes (in English) for which to use OpenCL. If OpenCLSubsetOnly is @@ -1445,14 +1442,12 @@ +;-;*;/;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 - Whether to automatically select the OpenCL device true - The Device ID of the OpenCL device selected if OpenCLAutoSelect is false -- cgit