diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-10-11 18:13:35 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-11 18:13:35 -0400 |
commit | 6c4839248eaf174c6bde635430bab7e29cd29e42 (patch) | |
tree | 1ccffae74a588f74c98caac92420c9dd0e54bfd6 /sc/inc/sc.hrc | |
parent | 4b33c0d44fe85064d73ebe39eba4ea2d8ed018b9 (diff) |
fdo#30559: Added new tab page 'Compatibility' in the Options dialog.
This is the first cut: more changes to come.
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 5264651b3859..88a28b043f6c 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1673,6 +1673,10 @@ #define SID_INSERT_CURRENT_DATE (SC_OOO_BUILD_START + 4) #define SID_INSERT_CURRENT_TIME (SC_OOO_BUILD_START + 5) +// Compatibility options page +#define RID_SCPAGE_COMPATIBILITY (SC_OOO_BUILD_START + 6) +#define HID_SCPAGE_COMPATIBILITY (SC_OOO_BUILD_START + 7) + #endif |