diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-09-15 21:19:24 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-15 21:19:24 +0200 |
commit | d1b6cb4619dd20d38e352b2b9d950696b716ba1d (patch) | |
tree | 380de7be518a9dd71eef3dd91c67f2f5340de96b /sc/inc/sc.hrc | |
parent | fe8f3ddf3a6eef5320ea185a32d042a22fb94a30 (diff) |
calc-formula-variable-separators-sc.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 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index c73abeef4df8..e08c6dfbd060 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1660,6 +1660,10 @@ // Toggle sheet grid #define FID_TAB_TOGGLE_GRID (SC_OOO_BUILD_START + 2) +// Formula options page +#define RID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 3) +#define HID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 4) + #endif |