diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-02-25 11:08:48 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-02-25 11:08:48 +0100 |
commit | f6970be6edb55ee2167987f757a7d6e6224e4279 (patch) | |
tree | 3ba632a78b68534abeb17abf0820dcb82533ba7d /testautomation/spreadsheet/required | |
parent | e099fb30fe94e578bb5842d04a155c9b302b61ee (diff) |
cws tl74: merge
Diffstat (limited to 'testautomation/spreadsheet/required')
-rwxr-xr-x | testautomation/spreadsheet/required/includes/c_upd_toolsmenu.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu.inc index 21816865681f..ef0a96c954a5 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_toolsmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_toolsmenu.inc @@ -195,14 +195,14 @@ testcase tToolsSpellcheck '/// Click on 'Edit' – button printlog " Click on 'Edit' – button" OptionenBearbeiten.Click - Kontext "SilbentrennungOptionen" - Call DialogTest ( SilbentrennungOptionen ) + Kontext "HyphenationOptions" + Call DialogTest ( HyphenationOptions ) '/// Decrease 'Minimal word length' printlog " Decrease 'Minimal word length'" ZeichenVorUmbruch.More '/// Close dialog with 'Cancel' printlog " Close dialog with 'Cancel'" - SilbentrennungOptionen.Cancel + HyphenationOptions.Cancel Kontext "TabLinguistik" '/// Close dialog with 'Cancel' printlog " Close dialog with 'Cancel'" |