diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-14 13:02:57 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-14 18:27:38 +0200 |
commit | 7fe64b94612f57e0fa718d9a1a265997f1902b4a (patch) | |
tree | 19e899bc41b354750e7e067c5c2c4ea1d61e7338 /officecfg | |
parent | bbb675d4f522321a9a65eaa710785b3551582fd9 (diff) |
Remove the dummy entry just used for testing
Change-Id: Ia2bc319fada2e21115629d29bca51f483a599c16
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 8a74759c9651..6f2dc7c93ef2 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1394,7 +1394,7 @@ <info> <desc>Combinations of (OS, OS version, OpenCL platform vendor, OpenCL device name, OpenCL driver version) that are known to be bad. Each entry is a string consisting of six parts separated by slashes. In case a slash, percent or semicolon occurs inside a part, it is replaced by a percent followed by the corresponding number as two hex digits. Any part might contain a single asterisk as a wildcard, matching any value, but there is no more generic regexp support. Has higher priority than OpenCLWhiteList.</desc> </info> - <value oor:separator=";">Windows/*/Intel(R) Corporation/*/9.17.10.2884/;SuperOS/*/Big Corp, Inc./Whizz\Grafix/4.2%2Fbeta%3B3/4.4</value> + <value oor:separator=";">Windows/*/Intel(R) Corporation/*/9.17.10.2884/</value> </prop> <prop oor:name="OpenCLWhiteList" oor:type="oor:string-list" oor:nillable="false"> <!-- UIHints: Tools - Options Spreadsheet Formula --> |