diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-12-10 11:21:08 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-12-10 12:19:44 +0200 |
commit | 2a2fe29cc27eafb16c5236a6c1867a1ef70ee598 (patch) | |
tree | 3f4c72d726250d955b0c49c3005f94682b45d6cf /officecfg | |
parent | abb8ce43ab30373d1283b9085ed65191c437978e (diff) |
Improve description of OpenCLSubsetOnly
Change-Id: I58f1f500594b53444dedb221eb89f383b2a87e91
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index d82ade012fd0..141d91a2a289 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1347,7 +1347,7 @@ <prop oor:name="OpenCLSubsetOnly" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options Spreadsheet Formula --> <info> - <desc>Whether to use only a subset of OpenCL.</desc> + <desc>Whether to use OpenCL only when a formula uses only a subset of operator and function opcodes.</desc> </info> <value>true</value> </prop> |