diff options
Diffstat (limited to 'sw/qa/uitest/table/tdf115572.py')
-rw-r--r-- | sw/qa/uitest/table/tdf115572.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/uitest/table/tdf115572.py b/sw/qa/uitest/table/tdf115572.py index ebd42ab0e4f5..6698bfa0c3a4 100644 --- a/sw/qa/uitest/table/tdf115572.py +++ b/sw/qa/uitest/table/tdf115572.py @@ -19,7 +19,6 @@ class tdf115572(UITestCase): def test_tdf115572_table_format_gets_reset_deleting_row(self): with self.ui_test.create_doc_in_start_center("writer") as document: - xWriterDoc = self.xUITest.getTopFocusWindow() #insert table 2x2 with self.ui_test.execute_dialog_through_command(".uno:InsertTable"): pass @@ -44,7 +43,6 @@ class tdf115572(UITestCase): def test_tdf115572_table_format_gets_reset_deleting_column(self): with self.ui_test.create_doc_in_start_center("writer") as document: - xWriterDoc = self.xUITest.getTopFocusWindow() #insert table 2x2 with self.ui_test.execute_dialog_through_command(".uno:InsertTable"): pass |