sc/qa/uitest/autofilter2/tdf153972.py | 2 +- sc/qa/uitest/calc_tests3/tdf77509.py | 2 +- sc/qa/uitest/calc_tests9/tdf156268.py | 2 -- sw/qa/uitest/navigator/tdf154545.py | 1 - 4 files changed, 2 insertions(+), 5 deletions(-)
New commits: commit 1f9cd62b67d679da078c50b4b48295918657a70a Author: Ankit_Jaipuriar <ankitjaipuria...@gmail.com> AuthorDate: Mon Oct 2 14:58:42 2023 +0530 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Wed Oct 11 09:35:12 2023 +0200 tdf#132293 remove unused imports from uitest Change-Id: I3c76c6f1e3561aaf0b4bb719a89feebecc65027a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157482 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/sc/qa/uitest/autofilter2/tdf153972.py b/sc/qa/uitest/autofilter2/tdf153972.py index 423f9db185ef..fe994ea90577 100644 --- a/sc/qa/uitest/autofilter2/tdf153972.py +++ b/sc/qa/uitest/autofilter2/tdf153972.py @@ -9,7 +9,7 @@ from uitest.framework import UITestCase from uitest.uihelper.common import get_url_for_data_file, get_state_as_dict from libreoffice.uno.propertyvalue import mkPropertyValues -from libreoffice.calc.document import get_cell_by_position, is_row_hidden +from libreoffice.calc.document import is_row_hidden class tdf153972(UITestCase): def test_tdf153972(self): diff --git a/sc/qa/uitest/calc_tests3/tdf77509.py b/sc/qa/uitest/calc_tests3/tdf77509.py index 0cbd4a65c867..fe263599f1af 100644 --- a/sc/qa/uitest/calc_tests3/tdf77509.py +++ b/sc/qa/uitest/calc_tests3/tdf77509.py @@ -7,7 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # from uitest.framework import UITestCase -from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file +from uitest.uihelper.common import get_state_as_dict from uitest.uihelper.common import select_by_text from uitest.uihelper.common import get_url_for_data_file from libreoffice.calc.document import get_cell_by_position diff --git a/sc/qa/uitest/calc_tests9/tdf156268.py b/sc/qa/uitest/calc_tests9/tdf156268.py index 373f0d90da85..d3544653691e 100644 --- a/sc/qa/uitest/calc_tests9/tdf156268.py +++ b/sc/qa/uitest/calc_tests9/tdf156268.py @@ -8,8 +8,6 @@ # from uitest.framework import UITestCase -from libreoffice.uno.propertyvalue import mkPropertyValues -from libreoffice.calc.document import get_cell_by_position from uitest.uihelper.common import get_url_for_data_file class Tdf156268(UITestCase): diff --git a/sw/qa/uitest/navigator/tdf154545.py b/sw/qa/uitest/navigator/tdf154545.py index 52e0a7599826..ac034af93025 100644 --- a/sw/qa/uitest/navigator/tdf154545.py +++ b/sw/qa/uitest/navigator/tdf154545.py @@ -10,7 +10,6 @@ from uitest.framework import UITestCase from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.uihelper.common import get_state_as_dict -import unohelper class tdf154545(UITestCase):