diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-06-04 16:19:56 +0200 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-06-04 16:19:56 +0200 |
commit | 4ff7d064872f585f6d2a0346677043ab707cabd5 (patch) | |
tree | 7b18b23c87ad6a56f36297565ac2169460507657 | |
parent | aa9ff28ea9237d6098d59b7608f64111174a9cdd (diff) |
fwk143: #i104704# Set unique ID for hyperlink dialog
-rw-r--r-- | cui/source/dialogs/cuihyperdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/dialogs/cuihyperdlg.cxx b/cui/source/dialogs/cuihyperdlg.cxx index db4a3d15f4a4..2eecbcca2633 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( SID_HYPERLINK_DIALOG ); mbGrabFocus = sal_True; // insert pages Image aImage; |