summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-10-11 18:06:02 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-10-11 20:18:24 -0400
commit7f05d839fac9abbd5c0244d67d4fa4f93ac0da84 (patch)
tree6ff2421d790654f0de7e4e6f88e2966194ef9bd7 /cui/source
parent4b57550386783adaba884185a5386385694513a6 (diff)
Added new tab page in the Options dialog.
This options tab page is for Calc's compatibility settings, e.g. default key bindings between the old OOo Calc and Excel.
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 f014c320fedc..95dacd36820c 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -454,6 +454,7 @@ static OptionsMapping_Impl __READONLY_DATA OptionsMap_Impl[] =
{ "Calc", "Formula", SID_SC_TP_FORMULA },
{ "Calc", "SortLists", SID_SC_TP_USERLISTS },
{ "Calc", "Changes", SID_SC_TP_CHANGES },
+ { "Calc", "Compatibility", SID_SC_TP_COMPATIBILITY },
{ "Calc", "Grid", SID_SC_TP_GRID },
{ "Calc", "Print", RID_SC_TP_PRINT },
{ "Impress", NULL, SID_SD_EDITOPTIONS },
diff --git a/cui/source/options/treeopt.src b/cui/source/options/treeopt.src
index 5b5d9bf06a27..cb9c3767baa4 100644
--- a/cui/source/options/treeopt.src
+++ b/cui/source/options/treeopt.src
@@ -242,6 +242,7 @@ Resource RID_OFADLG_OPTIONS_TREE_PAGES
< "Formula" ; SID_SC_TP_FORMULA ;> ;
< "Sort Lists" ; SID_SC_TP_USERLISTS ;> ;
< "Changes" ; SID_SC_TP_CHANGES ;> ;
+ < "Compatibility" ; SID_SC_TP_COMPATIBILITY ;> ;
< "Grid" ; SID_SC_TP_GRID ;> ;
< "Print" ; RID_SC_TP_PRINT ;> ;
};