summaryrefslogtreecommitdiff
path: root/extensions/inc/extensio.hrc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-06 13:35:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-06 13:35:06 +0000
commit0389c2e42b119d27e33b66113e122002a5bc7da4 (patch)
tree9a9c840925469473f3a36778cb2c0cfd6c1300aa /extensions/inc/extensio.hrc
parentb796b9e574bb951ea1c7ad8818036ceaa29edf0b (diff)
INTEGRATION: CWS updchk06 (1.29.4); FILE MERGED
2007/06/29 13:36:15 dv 1.29.4.1: Added HelpID for 'check for updates' dialog
Diffstat (limited to 'extensions/inc/extensio.hrc')
-rw-r--r--extensions/inc/extensio.hrc14
1 files changed, 12 insertions, 2 deletions
diff --git a/extensions/inc/extensio.hrc b/extensions/inc/extensio.hrc
index 789e9717fc08..78b2ee8d355f 100644
--- a/extensions/inc/extensio.hrc
+++ b/extensions/inc/extensio.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: extensio.hrc,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: rt $ $Date: 2007-07-03 13:05:52 $
+ * last change: $Author: rt $ $Date: 2007-07-06 14:35:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -139,7 +139,17 @@
#define HID_DLG_MAPPING (HID_EXTENSIONS_START + 74)
#define HID_DLG_DBCHANGE (HID_EXTENSIONS_START + 75)
#define HID_SELECTION_TLB (HID_EXTENSIONS_START + 76)
+#define HID_CHECK_FOR_UPD_DLG (HID_EXTENSIONS_START + 77)
+// please adjust HID_LAST_EXTENSIONS_ID if you add new ids here!
+
+#define HID_LAST_EXTENSIONS_ID HID_CHECK_FOR_UPD_DLG
+
+#if HID_LAST_EXTENSIONS_ID > HID_EXTENSIONS_END
+ #error id overflow
+#endif
+
+//-----------------------------------------------------------------------
// FREE
// FREE
#define HID_PROP_GROUPBOX (HID_FORMS_START + 2)