diff options
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py b/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py index cf6770f5260f..ff2ac3280a20 100644 --- a/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py +++ b/sc/qa/uitest/calc_tests9/tdf156611_hyperlink_interoper.py @@ -21,7 +21,7 @@ class tdf156611(UITestCase): # but it does not need any data from the file, any xlsx or xls file can be opened for this test with self.ui_test.load_file(get_url_for_data_file("tdf126541_GridOff.xlsx")) as document: - # datas that we will check against when hyperlink is inserted + # data that we will check against when hyperlink is inserted urls =[["",""],["https://www.documentfoundation.org/",""]] texts =[["aaa bbb","bbb"],["cccc ddd","ddd"],["eeee","aaa cccc eeee"]] |