diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-18 16:47:15 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-19 17:03:27 +0200 |
commit | dbedabaa44d2fda306cd4b5bb51d192fc1058794 (patch) | |
tree | c527bc28746264082b50c78651219c65b839a023 /officecfg | |
parent | 5d0b4a5ae3806c4816e1fbe39514cbf52adfb229 (diff) |
fix storing of open cl device in configuration files
Change-Id: Icc343b55fe40c430b87d2e4c98701d78c61e3a96
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 25fe724d2832..4c583a43895a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1344,12 +1344,12 @@ </info> <value>true</value> </prop> - <prop oor:name="OpenCLAutoDevice" oor:type="xs:string" oor:nillable="false"> + <prop oor:name="OpenCLDevice" oor:type="xs:string" oor:nillable="false"> <!-- UIHints: Tools - Options Spreadsheet Formula --> <info> <desc>The Device ID of the OpenCL device selected if OpenCLAutoSelect is false</desc> </info> - <value></value> + <value/> </prop> </group> <group oor:name="Syntax"> |