summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2010-06-11 15:48:17 +0200
committerCarsten Driesner <cd@openoffice.org>2010-06-11 15:48:17 +0200
commit61dffc0372069e5f465794dae7f3e62980f4d6b6 (patch)
treeab41f17f8bf22897cf4c90536aa7bc49fd768376 /cui/source
parent4ff7d064872f585f6d2a0346677043ab707cabd5 (diff)
fwk143: #i104704# Hyperlink dialog needs its own HID to be accessible by the testtool
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/dialogs/cuihyperdlg.cxx2
-rw-r--r--cui/source/inc/helpid.hrc4
2 files changed, 4 insertions, 2 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;
diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc
index 1d98daa179e1..790ea49462eb 100644
--- a/cui/source/inc/helpid.hrc
+++ b/cui/source/inc/helpid.hrc
@@ -373,6 +373,8 @@
#define HID_THES_LANGUAGE (HID_CUI_START + 338)
#define HID_OFAPAGE_QUOTE_SW_CLB (HID_CUI_START + 339)
#define HID_OFAPAGE_QUOTE_CLB (HID_CUI_START + 340)
+#define HID_HYPERLINK_DIALOG (HID_CUI_START + 341)
+
// please adjust ACT_SVX_HID_END2 below if you add entries here!
@@ -380,7 +382,7 @@
// Overrun check ---------------------------------------------------------
// -----------------------------------------------------------------------
-#define ACT_CUI_HID_END HID_CUI_START + 340
+#define ACT_CUI_HID_END HID_CUI_START + 341
#if ACT_CUI_HID_END > HID_CUI_END
#error Resource-Ueberlauf in #line, #file