summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-01-22 10:10:20 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-01-22 10:16:29 +0100
commit5c4351eb98e074dcddcb8f491bb0c769c822ff4f (patch)
tree27846c64987ac8e5165ef744264b1fb551e8d332 /officecfg
parent208f8855a40d73aad1ee5086c7ee63b75376eade (diff)
StringRefAddressSyntax is nillable
...00134920ec968ff492c88d8c5a6af22f1ebfa328 "New option for INDIRECT reference syntax" and e6ef9f128e85961921b0b319087010fce1d59a74 "Rename this option to make it sound more generic" had marked /org.openoffice.Office.Calc/Formula/Syntax/StringRefAddressSyntax (formerly IndirectFuncGrammar) as oor:nillable="false", even though it is given no value in officecfg, and the sole code reading it (SCFORMULAOPT_STRING_REF_SYNTAX case in ScFormulaCfg ctor, sc/source/core/tool/formulaopt.cxx) is prepared to read a nil value. Change-Id: Icab871c821f437cd095280e9af8b0c0c11bbef8f
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs2
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 ee5c5138e0d3..4ec612e51a37 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1468,7 +1468,7 @@
</info>
<value></value>
</prop>
- <prop oor:name="StringRefAddressSyntax" oor:type="xs:int" oor:nillable="false">
+ <prop oor:name="StringRefAddressSyntax" oor:type="xs:int">
<!-- UIHints: Tools - Options - Spreadsheet - Formula -->
<info>
<author>kyoshida</author>