summaryrefslogtreecommitdiff
path: root/testautomation/global/win
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-07-08 10:41:00 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-07-08 10:41:00 +0200
commitaa1d824ff9d9339cad9afadf0a750cff0f1354ea (patch)
treed3d3702d733a210cf5a3e6d083dca5dc1c0f93ca /testautomation/global/win
parente4556d5f123bf3d704909932bc51eb8a1aa407c5 (diff)
automationdev300m84: #i112887 - The method used to close the hyperlink dialog was wrong. Another CWS brought the possibility to assign HIDs to tabpages so this can now be used. The HyperlinkDialog now has three buttons: ApplyButton, CloseButton and BackButton which can be accessed directly via the dialogs context. Requires a minor change to edia_d_h.win. Furthermore t_tools3.inc had a modification regarding the for-next loop's exit value and the test tInsertHyperlink was modified.
Diffstat (limited to 'testautomation/global/win')
-rwxr-xr-xtestautomation/global/win/edia_d_h.win3
1 files changed, 3 insertions, 0 deletions
diff --git a/testautomation/global/win/edia_d_h.win b/testautomation/global/win/edia_d_h.win
index 35869e0c2b72..d36515d0599e 100755
--- a/testautomation/global/win/edia_d_h.win
+++ b/testautomation/global/win/edia_d_h.win
@@ -503,3 +503,6 @@ CustomLanguage sc:ListBox:RID_SCDLG_TEXT_IMPORT_OPTIONS:LB_CUSTOM_LANG
DetectSpecialNumbers sc:CheckBox:RID_SCDLG_TEXT_IMPORT_OPTIONS:BTN_CONVERT_DATE
*HyperlinkDialog HID_HYPERLINK_DIALOG
+CloseButton HID_ICCDIALOG_CANCEL_BTN
+ApplyButton HID_ICCDIALOG_OK_BTN
+BackButton HID_ICCDIALOG_BACK_BTN \ No newline at end of file