diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-16 12:12:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-16 15:56:59 +0000 |
commit | 0823f4245108626ef75d01f9f26b0cbcb2eaecd2 (patch) | |
tree | c277b5a2bf371e773ac510fd5e40ef69a67a46ce /sc/inc/sc.hrc | |
parent | 5a75afb55f33bdf8456aaa9910a309120b54a434 (diff) |
replace switching off RID_SCPAGE_FORMULA with direct SID_SC_TP_FORMULA
Change-Id: I6a2738791851aa1ad0813dfe8c8976cb96f1b79a
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 57db705689f1..f9ab2fd88438 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1231,9 +1231,6 @@ // toggle sheet grid #define FID_TAB_TOGGLE_GRID (SC_DIALOGS_START + 164) -// formula options page -#define RID_SCPAGE_FORMULA (SC_DIALOGS_START + 165) - // insert current date and time to cell via command #define SID_INSERT_CURRENT_DATE (SC_DIALOGS_START + 166) #define SID_INSERT_CURRENT_TIME (SC_DIALOGS_START + 167) |