summaryrefslogtreecommitdiffstats
path: root/cui/qa/uitest/dialogs/shortcuts.py
diff options
context:
space:
mode:
Diffstat (limited to 'cui/qa/uitest/dialogs/shortcuts.py')
-rw-r--r--cui/qa/uitest/dialogs/shortcuts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/qa/uitest/dialogs/shortcuts.py b/cui/qa/uitest/dialogs/shortcuts.py
index 99d2bd1ccedc..ac8a0a791496 100644
--- a/cui/qa/uitest/dialogs/shortcuts.py
+++ b/cui/qa/uitest/dialogs/shortcuts.py
@@ -15,7 +15,6 @@ class Test(UITestCase):
def test_tab_navigation(self):
with self.ui_test.create_doc_in_start_center("writer"):
xWriterDoc = self.xUITest.getTopFocusWindow()
- xWriterEdit = xWriterDoc.getChild("writer_edit")
with self.ui_test.execute_dialog_through_command(".uno:EditStyle") as xDialog: