diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-12 18:19:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-12 20:42:16 +0200 |
commit | 0694e8313877ca433d226c753301a5a90364b3a5 (patch) | |
tree | 0e7f065eaf787d0de55478151a61123afed83821 /officecfg | |
parent | b0786565dbe15fed3b58d00138a5788d5c22e0c1 (diff) |
Increase the formula group size limit for OpenCL to be considered to 10000
Also changed the description to match the meaning (after
2021275f8fc33d9917d5fef58959a95da1dc7e6f).
Change-Id: Ide4b4f094495c178252c3167d52012f46f26b025
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 3ec97de049e7..51b9c64562cc 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1361,9 +1361,9 @@ <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> + <desc>Lower limit on the size of a formula group for OpenCL to be considered.</desc> </info> - <value>100</value> + <value>10000</value> </prop> <prop oor:name="OpenCLSubsetOpCodes" oor:type="xs:string" oor:nillable="false"> <!-- UIHints: Tools - Options Spreadsheet Formula --> |