summaryrefslogtreecommitdiff
path: root/desktop/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/inc')
-rw-r--r--desktop/source/inc/helpid.hrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/source/inc/helpid.hrc b/desktop/source/inc/helpid.hrc
index 1d10a9f6fbbe..f2d096460bed 100644
--- a/desktop/source/inc/helpid.hrc
+++ b/desktop/source/inc/helpid.hrc
@@ -66,7 +66,11 @@
#define HID_EXTENSION_MANAGER_LISTBOX_DISABLE (HID_DESKTOP_START + 26)
#define HID_EXTENSION_MANAGER_LISTBOX_REMOVE (HID_DESKTOP_START + 27)
-#define ACT_DESKTOP_HID_END HID_EXTENSION_MANAGER_LISTBOX_REMOVE
+#define HID_EXTENSION_DEPENDENCIES (HID_DESKTOP_START + 28)
+
+#define HID_PACKAGE_MANAGER_UPD_REQ (HID_DESKTOP_START + 29)
+
+#define ACT_DESKTOP_HID_END HID_PACKAGE_MANAGER_UPD_REQ
// check bounds:
#if ACT_DESKTOP_HID_END > HID_DESKTOP_END