From a804a0a548dc976a1e9063ad2c34b6ce7542542e Mon Sep 17 00:00:00 2001 From: Vatsal32 Date: Wed, 7 Apr 2021 19:29:58 +0530 Subject: tdf#132293 removed all the unused imports from the folder sw Change-Id: I5a37f30941a73c276bc238fa9fbdfcfd8381791f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112563 Tested-by: Jenkins Reviewed-by: Xisco Fauli --- sc/qa/uitest/calc_tests2/tdf117367.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/qa/uitest/calc_tests2/tdf117367.py') diff --git a/sc/qa/uitest/calc_tests2/tdf117367.py b/sc/qa/uitest/calc_tests2/tdf117367.py index 36f3e25802d6..47ee214f14de 100644 --- a/sc/qa/uitest/calc_tests2/tdf117367.py +++ b/sc/qa/uitest/calc_tests2/tdf117367.py @@ -6,11 +6,8 @@ # from uitest.framework import UITestCase from uitest.uihelper.common import get_state_as_dict -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.debug import sleep #Bug 117367 - FORMATTING Merge cells dialog radio buttons cannot be unselected class tdf117367(UITestCase): -- cgit