diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-31 21:41:48 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-31 21:43:48 -0400 |
commit | e6ef9f128e85961921b0b319087010fce1d59a74 (patch) | |
tree | e2aa331905ea64b909e85bb3945bf58f16f72135 /officecfg | |
parent | 02bd365494a59bb9080a4d73eafbde7903bd2cc9 (diff) |
Rename this option to make it sound more generic.
There may be other functions other than INDIRECT that take a string
reference. If so, we could re-use this option for those functions
as well.
Change-Id: I1e756298a094aa8197f578cb992904b7af5b2e4d
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 4 |
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 1922c6ca8259..0f5898ea19e9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1348,11 +1348,11 @@ </info> <value></value> </prop> - <prop oor:name="IndirectFuncGrammar" oor:type="xs:int" oor:nillable="false"> + <prop oor:name="StringRefAddressSyntax" oor:type="xs:int" oor:nillable="false"> <!-- UIHints: Tools - Options - Spreadsheet - Formula --> <info> <author>kyoshida</author> - <desc>Grammar for INDIRECT function</desc> + <desc>Address syntax for reference in string for functions such as INDIRECT.</desc> </info> <constraints> <enumeration oor:value="-1"> |