summaryrefslogtreecommitdiff
path: root/extensions/inc/abpilot.hrc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-07-10 18:21:24 +0200
committerMathias Bauer <mba@openoffice.org>2010-07-10 18:21:24 +0200
commitc61aa274cb5631305cfbaea6f1894db756e911c8 (patch)
tree7ba0d80cc7314143cf37d016e0e15c558781cec5 /extensions/inc/abpilot.hrc
parentaa7147590570dcb0813b6fcebb6496179b9df5cb (diff)
CWS changehid: #i111874#: change code to support HelpIds as byte strings
Diffstat (limited to 'extensions/inc/abpilot.hrc')
-rw-r--r--extensions/inc/abpilot.hrc18
1 files changed, 6 insertions, 12 deletions
diff --git a/extensions/inc/abpilot.hrc b/extensions/inc/abpilot.hrc
index ad2c4b1115c2..3e26ad3435fa 100644
--- a/extensions/inc/abpilot.hrc
+++ b/extensions/inc/abpilot.hrc
@@ -29,17 +29,11 @@
#include "extensio.hrc"
-#define HID_ABSPILOT_PREVIOUS ( HID_ABP_START + 0)
-#define HID_ABSPILOT_NEXT ( HID_ABP_START + 1)
-#define HID_ABSPILOT_CANCEL ( HID_ABP_START + 2)
-#define HID_ABSPILOT_FINISH ( HID_ABP_START + 3)
-#define UID_ABSPILOT_HELP ( HID_ABP_START + 4)
-#define HID_ABSPILOT ( HID_ABP_START + 5)
- // !! if you add new IDs, please also adjust HID_ABP_LAST below !!
-#define HID_ABP_LAST HID_ABSPILOT
-
-#if HID_ABP_LAST > HID_ABP_END
- #error help id range overflow (ABP)
-#endif
+#define HID_ABSPILOT_PREVIOUS "EXTENSIONS_HID_ABSPILOT_PREVIOUS"
+#define HID_ABSPILOT_NEXT "EXTENSIONS_HID_ABSPILOT_NEXT"
+#define HID_ABSPILOT_CANCEL "EXTENSIONS_HID_ABSPILOT_CANCEL"
+#define HID_ABSPILOT_FINISH "EXTENSIONS_HID_ABSPILOT_FINISH"
+#define UID_ABSPILOT_HELP "EXTENSIONS_UID_ABSPILOT_HELP"
+#define HID_ABSPILOT "EXTENSIONS_HID_ABSPILOT"
#endif // EXTENSIONS_ABPILOT_HRC