summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-12-17 11:57:06 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-12-17 12:56:30 -0500
commit244da713e5b08ec3724ed6870757fb0f55d30611 (patch)
tree61007024c54367945c7fb466a5631e58585132e1 /officecfg/registry/schema/org/openoffice
parent2f0fb1618151a896593964fffa80a65a4bf3946c (diff)
Change the order of always, never, ask enumerations.
This tri-state option is commonly ordered ask-always-never or always-never-ask, but not always-ask-never, which is not very common. Change-Id: Ie3a3d1b40397b5cd7d28e64948a2b946bb619b49
Diffstat (limited to 'officecfg/registry/schema/org/openoffice')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs4
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 2dd5d7cb7021..cc61d8371941 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1524,12 +1524,12 @@
</enumeration>
<enumeration oor:value="1">
<info>
- <desc>Ask before Recalc</desc>
+ <desc>Recalc never</desc>
</info>
</enumeration>
<enumeration oor:value="2">
<info>
- <desc>Recalc never</desc>
+ <desc>Ask before Recalc</desc>
</info>
</enumeration>
</constraints>