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 | d0d9cfb98d74fec94ff373b864ef0782e71353de (patch) | |
tree | d055f9431a1abc997897c0cb965025d228bfb0ac | |
parent | 2b830505b8caa48d272d7344ac9104cdc303aa9f (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 5f225fa84..5c5926d4c 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; |