summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorBogdan B <buzea.bogdan@libreoffice.org>2022-11-11 20:08:01 +0200
committerHossein <hossein@libreoffice.org>2022-12-08 22:55:49 +0000
commit15e94efb87118b0ceb4aa926181a8906259f369b (patch)
tree51d876023a2599756c80d0b826375f24b1fd7b21 /sd
parent855bf4d68865ef046c8f527bf19e3ec78c7b033a (diff)
tdf#132293 remove unused imports from uitest
Change-Id: I6f5b5d97dab27986a6b0046c42c20ec4d0527980 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142531 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/uitest/findReplace/findReplace.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/qa/uitest/findReplace/findReplace.py b/sd/qa/uitest/findReplace/findReplace.py
index 0e4bd4c12f73..130765a865bb 100644
--- a/sd/qa/uitest/findReplace/findReplace.py
+++ b/sd/qa/uitest/findReplace/findReplace.py
@@ -7,11 +7,8 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
from uitest.framework import UITestCase
-from uitest.uihelper.common import select_pos
-from uitest.uihelper.calc import enter_text_to_cell
-from libreoffice.calc.document import get_cell_by_position
from libreoffice.uno.propertyvalue import mkPropertyValues
-from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file, type_text
+from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file
class findReplace(UITestCase):
def test_find_impress(self):