diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-06 08:41:49 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-06 11:49:25 +0200 |
commit | 959a9947ccdd553ddc59bc9e4ed003212878c1a2 (patch) | |
tree | 1f63b6b53072b557550ec8f48fcf4f63fdab92fc /officecfg/registry | |
parent | e50bb871ecf32ab32f909ba3bbd528e0f941b46a (diff) |
D'oh, it's oor:separator. Thanks to dtardon for pointing it out to me
I guess it would be futile to expect some warning at run-time about an
unrecognized attribute.
Change-Id: I04ccaa6df8ec932f747384486174c1fd23eb110a
Diffstat (limited to 'officecfg/registry')
-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 ba44e306e7e6..46edbf2171a8 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1401,7 +1401,7 @@ <info> <desc>Like OpenCLWhiteList, but for combinations known to be bad.</desc> </info> - <value separator=";">Windows/*/Intel(R) Corporation/9.17.10.2884;SuperOS/1.0/Big Corp, Inc./2.3\/beta</value> + <value oor:separator=";">Windows/*/Intel(R) Corporation/9.17.10.2884;SuperOS/1.0/Big Corp, Inc./2.3\/beta</value> </prop> </group> <group oor:name="Syntax"> |