diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-06-11 15:48:17 +0200 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-06-11 15:48:17 +0200 |
commit | 61dffc0372069e5f465794dae7f3e62980f4d6b6 (patch) | |
tree | ab41f17f8bf22897cf4c90536aa7bc49fd768376 /cui/source/dialogs/cuihyperdlg.cxx | |
parent | 4ff7d064872f585f6d2a0346677043ab707cabd5 (diff) |
fwk143: #i104704# Hyperlink dialog needs its own HID to be accessible by the testtool
Diffstat (limited to 'cui/source/dialogs/cuihyperdlg.cxx')
-rw-r--r-- | cui/source/dialogs/cuihyperdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuihyperdlg.cxx b/cui/source/dialogs/cuihyperdlg.cxx index 2eecbcca2633..297b1ad921c4 100644 --- a/cui/source/dialogs/cuihyperdlg.cxx +++ b/cui/source/dialogs/cuihyperdlg.cxx @@ -107,7 +107,7 @@ SvxHpLinkDlg::SvxHpLinkDlg (Window* pParent, SfxBindings* pBindings) mbReadOnly ( sal_False ), mbIsHTMLDoc ( sal_False ) { - SetUniqueId( SID_HYPERLINK_DIALOG ); + SetUniqueId( HID_HYPERLINK_DIALOG ); mbGrabFocus = sal_True; // insert pages Image aImage; |