summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-13 17:07:29 +0200
committerTor Lillqvist <tml@collabora.com>2015-01-13 17:18:35 +0200
commit86db1702d72a103ffeafc69dcaa63318539c147a (patch)
tree5595dc59defe445c5c5fcce11380e86e18666cff /officecfg/registry/schema
parentf2eaf4dbae3cc8fd0fca51b161be8bfde0a4eead (diff)
Decrease the formula group size limit for OpenCL to be considered back to 100
Are we having fun yet? This reverts commit 0694e8313877ca433d226c753301a5a90364b3a5. Change-Id: I378a1695a7b3bd8a1b6bb3d5aa1fff53ab8c7bb5
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs4
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 5d106dc681d0..4e20f9e4ff4e 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>Lower limit on the size of a formula group for OpenCL to be considered.</desc>
+ <desc>An approximate lower limit on the number of data cells a spreadsheet formula should use for OpenCL to be considered.</desc>
</info>
- <value>10000</value>
+ <value>100</value>
</prop>
<prop oor:name="OpenCLSubsetOpCodes" oor:type="xs:string" oor:nillable="false">
<!-- UIHints: Tools - Options Spreadsheet Formula -->