diff options
author | Octavio Alvarez <alvarezp@alvarezp.ods.org> | 2011-01-17 14:38:44 -0800 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-01-27 09:24:54 +0100 |
commit | 3ed7290a028f8844de7006757009e40f7a8b8970 (patch) | |
tree | 167cb61c9f3566e7300e138f9cfe890fce403d1b /testautomation/spreadsheet/required | |
parent | 42fc25bc9d94903f545531344fb04da27001a72e (diff) |
"Default Formatting" -> "Clear Direct Formatting"
Diffstat (limited to 'testautomation/spreadsheet/required')
-rwxr-xr-x | testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc b/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc index f61db3626809..8fcc31b2e261 100755 --- a/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_formatmenu.inc @@ -58,7 +58,7 @@ end sub '----------------------------------------------------------- testcase tFormatDefaultFormatting -'///<u><b>Format - Default Formatting</b></u> +'///<u><b>Format - Clear Direct Formatting</b></u> '/// Opening new spreadsheet document for getting defined starting environment printlog " Opening new spreadsheet document for getting defined starting environment" @@ -66,8 +66,8 @@ testcase tFormatDefaultFormatting '/// Select cell A1:D4 printlog " Select cell A1:D4" call fCalcSelectRange ("A1:D4") - '/// Use 'Format – Default Formatting - printlog " Use 'Format – Default Formatting" + '/// Use 'Format – Clear Direct Formatting + printlog " Use 'Format – Clear Direct Formatting" FormatDefaultCalc '/// Close starting document printlog " Close starting document" |