diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-10-14 16:39:53 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-14 16:40:30 -0400 |
commit | 6887c6aa2e4d2849bd3b8a3ec8022d12eb9065eb (patch) | |
tree | cb80b49effa2ed1359f8e60a2960386646a37246 | |
parent | f138f887f64d4b3eaea0a4c449496c8644876b71 (diff) |
Fixed conflicting resource IDs.
-rw-r--r-- | sc/inc/sc.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 45acdd99c5d4..0720ca056309 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1670,14 +1670,15 @@ // Insert current date and time to cell via command #define SID_INSERT_CURRENT_DATE (SC_OOO_BUILD_START + 4) #define SID_INSERT_CURRENT_TIME (SC_OOO_BUILD_START + 5) + // Data Form #define SID_DATAFORM_NEW (SC_OOO_BUILD_START + 6) // message #define SID_DATA_FORM (SC_OOO_BUILD_START + 7) // menu (in Data menu) #define RID_SCDLG_DATAFORM (SC_OOO_BUILD_START + 8) // dialog // Compatibility options page -#define RID_SCPAGE_COMPATIBILITY (SC_OOO_BUILD_START + 6) -#define HID_SCPAGE_COMPATIBILITY (SC_OOO_BUILD_START + 7) +#define RID_SCPAGE_COMPATIBILITY (SC_OOO_BUILD_START + 9) +#define HID_SCPAGE_COMPATIBILITY (SC_OOO_BUILD_START + 10) #endif |