diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-09-15 21:26:26 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-15 21:26:26 +0200 |
commit | 6de7a038011cf9d7b7cb20c753769c7540378243 (patch) | |
tree | 23c08a7bef86b38e171bece2efcefac1a9f166df /cui/source/options/treeopt.cxx | |
parent | 19d212bf57913073a69c8ce7b016da8c4699961a (diff) |
calc-formula-variable-separators-svx.diff: formula separators changeable
n#447164, i#92056
Make the formula separators changeable per locale setting, and add new
configuration page for formula syntax and separators.
Diffstat (limited to 'cui/source/options/treeopt.cxx')
-rw-r--r-- | cui/source/options/treeopt.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index 253ef5f42..566578402 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -451,6 +451,7 @@ static OptionsMapping_Impl __READONLY_DATA OptionsMap_Impl[] = { "Calc", "View", SID_SC_TP_CONTENT }, { "Calc", "International", RID_OFA_TP_INTERNATIONAL }, { "Calc", "Calculate", SID_SC_TP_CALC }, + { "Calc", "Formula", SID_SC_TP_FORMULA }, { "Calc", "SortLists", SID_SC_TP_USERLISTS }, { "Calc", "Changes", SID_SC_TP_CHANGES }, { "Calc", "Grid", SID_SC_TP_GRID }, |