diff options
author | obo <obo@openoffice.org> | 2010-06-22 11:08:42 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-22 11:08:42 +0200 |
commit | cd4bed17f8230434d570153abbefb13954271630 (patch) | |
tree | d24e5b46ece2603d572843fbd30ec7cd44a167cd /cui/source | |
parent | 85ae6b65270f1d0154354581995c6e243c3d2d9b (diff) | |
parent | 5f03177a5ce1291d8fe7328e6010ff851b9d82dc (diff) |
CWS-TOOLING: integrate CWS fwk143
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/dialogs/cuihyperdlg.cxx | 1 | ||||
-rwxr-xr-x | cui/source/inc/helpid.hrc | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuihyperdlg.cxx b/cui/source/dialogs/cuihyperdlg.cxx index 5f225fa84..573819dfe 100644 --- a/cui/source/dialogs/cuihyperdlg.cxx +++ b/cui/source/dialogs/cuihyperdlg.cxx @@ -107,6 +107,7 @@ SvxHpLinkDlg::SvxHpLinkDlg (Window* pParent, SfxBindings* pBindings) mbReadOnly ( sal_False ), mbIsHTMLDoc ( sal_False ) { + SetUniqueId( HID_HYPERLINK_DIALOG ); mbGrabFocus = sal_True; // insert pages Image aImage; diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc index 96a4e6b59..5b25f37fd 100755 --- a/cui/source/inc/helpid.hrc +++ b/cui/source/inc/helpid.hrc @@ -382,6 +382,7 @@ #define HID_DLG_PASSWORD_TO_OPEN_MODIFY_FILE_READONLY (HID_CUI_START + 346) #define HID_DLG_PASSWORD_TO_OPEN_MODIFY_PASSWORD_TO_MODIFY (HID_CUI_START + 347) #define HID_DLG_PASSWORD_TO_OPEN_MODIFY_CONFIRM_PASSWORD_TO_MODIFY (HID_CUI_START + 348) +#define HID_HYPERLINK_DIALOG (HID_CUI_START + 349) // please adjust ACT_SVX_HID_END2 below if you add entries here! @@ -389,7 +390,7 @@ // Overrun check --------------------------------------------------------- // ----------------------------------------------------------------------- -#define ACT_CUI_HID_END (HID_CUI_START + 348) +#define ACT_CUI_HID_END (HID_CUI_START + 349) #if ACT_CUI_HID_END > HID_CUI_END #error Resource-Ueberlauf in #line, #file |