officecfg/registry/schema/org/openoffice/Office/Calc.xcs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5c4351eb98e074dcddcb8f491bb0c769c822ff4f
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Jan 22 10:10:20 2013 +0100

    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

diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index ee5c513..4ec612e 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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to