[ooo-build-commit] .: patches/vba
René Engelhard
rene at kemper.freedesktop.org
Tue Sep 28 13:10:12 PDT 2010
patches/vba/cws-vbasupportdev300.diff | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
New commits:
commit 879cd88349048ff423f676beec6cfd16724d4bf1
Author: Rene Engelhard <rene at debian.org>
Date: Tue Sep 28 19:48:58 2010 +0200
adapt cws-vbasupportdev300.diff to apply
diff --git a/patches/vba/cws-vbasupportdev300.diff b/patches/vba/cws-vbasupportdev300.diff
index dd4221c..f0dbd7e 100644
--- a/patches/vba/cws-vbasupportdev300.diff
+++ b/patches/vba/cws-vbasupportdev300.diff
@@ -12127,27 +12127,27 @@ index 87f02b5..d1ac237 100644
@@ -592,11 +592,9 @@
// #i59082# assign macro to shape
#define SID_ASSIGNMACRO (SC_VIEW_START + 95)
-
+
-#ifdef ISSUE66550_HLINK_FOR_SHAPES
// #i66550# hyperlinks in shapes
#define SID_DRAW_HLINK_EDIT (SC_VIEW_START + 96)
#define SID_DRAW_HLINK_DELETE (SC_VIEW_START + 97)
-#endif
-
+
// "Zoom / Synchronize sheets" in options dialog
#define SID_SC_OPT_SYNCZOOM (SC_VIEW_START + 98)
-@@ -1672,6 +1670,11 @@
- #define RID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 3)
- #define HID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 4)
-
+@@ -1669,6 +1669,11 @@
+ #define RID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 2)
+ #define HID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 3)
+
+// Data Form
+#define SID_DATAFORM_NEW (SC_OOO_BUILD_START + 5) // message
+#define SID_DATA_FORM (SC_OOO_BUILD_START + 6) // menu (in Data menu)
+#define RID_SCDLG_DATAFORM (SC_OOO_BUILD_START + 7) // dialog
+
#endif
-
-
+
+
diff --git sc/inc/scabstdlg.hxx sc/inc/scabstdlg.hxx
index 05ca719..e50f8cd 100644
--- sc/inc/scabstdlg.hxx
More information about the ooo-build-commit
mailing list