diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-11-10 10:37:40 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-11-10 10:37:40 +0100 |
commit | 231206a8fc806525ac1787c0fd6683e09b9aa95f (patch) | |
tree | 271608eb253b57974878acdea0ff5e3093ddc698 /cui/source/inc | |
parent | b16d453ae750e2ad84548cef4c5a69e1930b65e3 (diff) |
#i106421#: some fixes for helpids
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/helpid.hrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc index 0a23adcf03d0..ad0f7ad12a89 100644 --- a/cui/source/inc/helpid.hrc +++ b/cui/source/inc/helpid.hrc @@ -347,7 +347,7 @@ #define HID_PAGE_TEXTATTR (HID_CUI_START + 308) #define HID_TEXTATTR_CTL_POSITION (HID_CUI_START + 309) #define HID_TRANS_POSITION_SIZE (HID_CUI_START + 310) -#define HID_GALLERY_ACTUALIZE_PROGRESS (HID_CUI_START + 311) +// free #define HID_SVXPAGE_CHAR_NAME (HID_CUI_START + 312) #define HID_SVXPAGE_CHAR_EFFECTS (HID_CUI_START + 313) #define HID_SVXPAGE_CHAR_POSITION (HID_CUI_START + 314) @@ -371,6 +371,8 @@ #define HID_PASTE_DLG (HID_CUI_START + 333) #define HID_LINKDLG_TABLB (HID_CUI_START + 334) #define HID_MACRO_HEADERTABLISTBOX (HID_CUI_START + 335) +#define HID_GALLERY_ENTER_TITLE (HID_CUI_START + 336) +#define HID_GALLERY_TITLE_EDIT (HID_CUI_START + 337) // please adjust ACT_SVX_HID_END2 below if you add entries here! @@ -378,7 +380,7 @@ // Overrun check --------------------------------------------------------- // ----------------------------------------------------------------------- -#define ACT_CUI_HID_END HID_CUI_START + 335 +#define ACT_CUI_HID_END HID_CUI_START + 337 #if ACT_CUI_HID_END > HID_CUI_END #error Resource-Ueberlauf in #line, #file |