summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-15 21:26:26 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-15 21:26:26 +0200
commitecb7248b14e7096efae40966f0d49b5192993306 (patch)
tree3c99202924b66cbc0a0a7ab8d0a6b2ace9646eae /cui/source
parent4181a72a21a037954876e97140e7532218ba3a14 (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')
-rw-r--r--cui/source/options/treeopt.cxx1
-rw-r--r--cui/source/options/treeopt.src1
2 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 45925a4ca4fb..f014c320fedc 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 },
diff --git a/cui/source/options/treeopt.src b/cui/source/options/treeopt.src
index cba8cd1e411b..5b5d9bf06a27 100644
--- a/cui/source/options/treeopt.src
+++ b/cui/source/options/treeopt.src
@@ -239,6 +239,7 @@ Resource RID_OFADLG_OPTIONS_TREE_PAGES
< "View" ; SID_SC_TP_CONTENT ;> ;
< "International" ; RID_OFA_TP_INTERNATIONAL ;> ;
< "Calculate" ; SID_SC_TP_CALC ;> ;
+ < "Formula" ; SID_SC_TP_FORMULA ;> ;
< "Sort Lists" ; SID_SC_TP_USERLISTS ;> ;
< "Changes" ; SID_SC_TP_CHANGES ;> ;
< "Grid" ; SID_SC_TP_GRID ;> ;