[ooo-build-commit] .: cui/source

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Sep 15 12:33:40 PDT 2010


 cui/source/options/treeopt.cxx |    1 +
 cui/source/options/treeopt.src |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 6de7a038011cf9d7b7cb20c753769c7540378243
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed Sep 15 21:26:26 2010 +0200

    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.

diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 253ef5f..5665784 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 45c8124..5b22727 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				;> ;


More information about the ooo-build-commit mailing list