sd/qa/uitest/findReplace/findReplace.py |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 15e94efb87118b0ceb4aa926181a8906259f369b
Author:     Bogdan B <buzea.bog...@libreoffice.org>
AuthorDate: Fri Nov 11 20:08:01 2022 +0200
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Thu Dec 8 22:55:49 2022 +0000

    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 <hoss...@libreoffice.org>

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):

Reply via email to