summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-06-04 16:19:56 +0200
committerCarsten Driesner <cd@openoffice.org>2010-06-04 16:19:56 +0200
commitd0d9cfb98d74fec94ff373b864ef0782e71353de (patch)
treed055f9431a1abc997897c0cb965025d228bfb0ac
parent2b830505b8caa48d272d7344ac9104cdc303aa9f (diff)
fwk143: #i104704# Set unique ID for hyperlink dialog
-rw-r--r--cui/source/dialogs/cuihyperdlg.cxx1
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;