[Libreoffice-commits] .: Branch 'integration/dev300_m101' - sc/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Mar 14 20:11:17 PDT 2011
sc/inc/helpids.h | 2 ++
sc/inc/sc.hrc | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit cd640fca870a05d17fd6a175cd78dffc056e4608
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Mar 14 23:08:41 2011 -0400
Got optdlg.src to finally build.
diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h
index b4dd01a..de666a3 100644
--- a/sc/inc/helpids.h
+++ b/sc/inc/helpids.h
@@ -92,9 +92,11 @@
#define HID_SCPAGE_PROTECTION "SC_HID_SCPAGE_PROTECTION"
#define HID_SCPAGE_VIEW "SC_HID_SCPAGE_VIEW"
#define HID_SCPAGE_CALC "SC_HID_SCPAGE_CALC"
+#define HID_SCPAGE_FORMULA "SC_HID_SCPAGE_FORMULA"
#define HID_SCPAGE_USERLISTS "SC_HID_SCPAGE_USERLISTS"
#define HID_SCPAGE_HFEDIT "SC_HID_SCPAGE_HFEDIT"
#define HID_SCPAGE_AREAS "SC_HID_SCPAGE_AREAS"
+#define HID_SCPAGE_COMPATIBILITY "SC_HID_SCPAGE_COMPATIBILITY"
#define HID_SCPAGE_TABLE "SC_HID_SCPAGE_TABLE"
#define HID_SCPAGE_PRINT "SC_HID_SCPAGE_PRINT"
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 9fedfad..8fd2ece 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -1247,7 +1247,6 @@
// Formula options page
#define RID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 2)
-#define HID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 3)
// Insert current date and time to cell via command
#define SID_INSERT_CURRENT_DATE (SC_OOO_BUILD_START + 4)
@@ -1260,7 +1259,6 @@
// Compatibility options page
#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