[Libreoffice-commits] .: sc/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Oct 14 13:40:41 PDT 2010
sc/inc/sc.hrc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit e7f45c57c8588c08b738e087b2dbc71161460859
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Thu Oct 14 16:39:53 2010 -0400
Fixed conflicting resource IDs.
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index dc90cb2..49d14a2 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
More information about the Libreoffice-commits
mailing list