diff options
author | Noel Power <noel.power@novell.com> | 2010-10-06 10:16:13 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2010-10-06 10:16:13 +0100 |
commit | e31e563d728078ea564a3d398b74d3467e0ba56a (patch) | |
tree | d102e9168d7511047dc6f6ed33fb3a1986795159 /extensions/inc | |
parent | eedd208284e201e25b983a2371f8666d392c904f (diff) |
initial commit for vba blob ( not including container_control stuff )
Diffstat (limited to 'extensions/inc')
-rw-r--r-- | extensions/inc/propctrlr.hrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/inc/propctrlr.hrc b/extensions/inc/propctrlr.hrc index 6961319f4dda..477f512797ec 100644 --- a/extensions/inc/propctrlr.hrc +++ b/extensions/inc/propctrlr.hrc @@ -326,9 +326,10 @@ #define HID_FM_PROPDLG_TAB_GENERAL ( HID_PROPC_START + 294) #define HID_FM_PROPDLG_TAB_DATA ( HID_PROPC_START + 295) #define HID_FM_PROPDLG_TAB_EVT ( HID_PROPC_START + 296) +#define HID_PROP_GROUP_NAME ( HID_PROPC_START + 297) // please adjust HID_LAST_PROPC_ID if you add new ids here! -#define HID_LAST_PROPC_ID HID_FM_PROPDLG_TAB_EVT +#define HID_LAST_PROPC_ID HID_PROP_GROUP_NAME #if HID_LAST_PROPC_ID > HID_PROPC_END #error help id overflow (PROPC) |