summaryrefslogtreecommitdiff
path: root/sw/qa/uitest/chapterNumbering/tdf123547.py
diff options
context:
space:
mode:
authorm.hashemian <mr.hashemian2000@gmail.com>2022-06-29 20:08:24 +0430
committerXisco Fauli <xiscofauli@libreoffice.org>2022-06-30 09:57:38 +0200
commit3258bfd178749fd3deb06d852389554c69299c1e (patch)
tree94667171674df90a5d1499182cc1a8144b9f6d6b /sw/qa/uitest/chapterNumbering/tdf123547.py
parenta4a6680718e2cbc6c471894ed9d3b729504002b7 (diff)
tdf#132293 remove unused imports and unused variables in sw
Change-Id: I00ae07a9d02e834de34f8dd7a7f53f0c68490832 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136627 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa/uitest/chapterNumbering/tdf123547.py')
-rw-r--r--sw/qa/uitest/chapterNumbering/tdf123547.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/uitest/chapterNumbering/tdf123547.py b/sw/qa/uitest/chapterNumbering/tdf123547.py
index ae40e3128293..a8309acaf48e 100644
--- a/sw/qa/uitest/chapterNumbering/tdf123547.py
+++ b/sw/qa/uitest/chapterNumbering/tdf123547.py
@@ -16,7 +16,6 @@ from uitest.uihelper.common import select_pos
class tdf123547(UITestCase):
def test_tdf123547_numbering_dialog_crash(self):
with self.ui_test.load_file(get_url_for_data_file("tdf123547.docx")) as writer_doc:
- xWriterDoc = self.xUITest.getTopFocusWindow()
with self.ui_test.execute_dialog_through_command(".uno:ChapterNumberingDialog") as xDialog:
xTabs = xDialog.getChild("tabcontrol")