summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-06-25 13:38:22 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-06-25 16:14:20 +0100
commit26a45c1886d9167d8f9ae9aad6234a3702768d8a (patch)
treec919f51de310c859bfb677e8e17651aa32764c62 /officecfg
parentf9704bf73dfba50421132e5379165912a2779906 (diff)
cleanup options dialog, and add an option for formula grouping.
Change-Id: I3cb19fb24028bc07d24b56786b6573dc79911bda
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs12
1 files changed, 12 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 8ee1809fe38c..b3964387a490 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1318,6 +1318,18 @@
<info>
<desc>Contains settings that affect formula handling.</desc>
</info>
+ <group oor:name="Calculation">
+ <info>
+ <desc>Contains settings for how to calculate formulae.</desc>
+ </info>
+ <prop oor:name="OpenCL" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options Spreadsheet Formula -->
+ <info>
+ <desc>Whether to use OpenCL for formula computation, if available.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
<group oor:name="Syntax">
<info>
<desc>Contains settings for formula syntax.</desc>