diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2019-08-05 12:09:36 +0200 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2019-08-05 13:09:43 +0200 |
commit | 56757221d64a579a0140d84efc0c3415ee555023 (patch) | |
tree | 99640fbb06d2369772fc27d2333775a2ac302c98 /sw/qa/uitest/options/tdf78133.py | |
parent | b36ef83ea59eeaca239e58b95aa0b1acdcb99efc (diff) |
UITests: remove unused variables
Change-Id: If42ad34055bdd95d24a64d8d864c897fea459326
Reviewed-on: https://gerrit.libreoffice.org/76975
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa/uitest/options/tdf78133.py')
-rw-r--r-- | sw/qa/uitest/options/tdf78133.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/uitest/options/tdf78133.py b/sw/qa/uitest/options/tdf78133.py index 7d0ecaad6adb..de1f2124200f 100644 --- a/sw/qa/uitest/options/tdf78133.py +++ b/sw/qa/uitest/options/tdf78133.py @@ -18,7 +18,6 @@ class tdf78133(UITestCase): self.ui_test.create_doc_in_start_center("writer") xWriterDoc = self.xUITest.getTopFocusWindow() - xWriterEdit = xWriterDoc.getChild("writer_edit") document = self.ui_test.get_component() #New text document #open option, go to App colors |