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
commit4ff7d064872f585f6d2a0346677043ab707cabd5 (patch)
tree7b18b23c87ad6a56f36297565ac2169460507657
parentaa9ff28ea9237d6098d59b7608f64111174a9cdd (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 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;