summaryrefslogtreecommitdiff
path: root/sc/qa/uitest/calc_tests2/tdf117367.py
diff options
context:
space:
mode:
authorVatsal32 <vatsalm707@gmail.com>2021-04-07 19:29:58 +0530
committerXisco Fauli <xiscofauli@libreoffice.org>2021-04-08 15:00:03 +0200
commita804a0a548dc976a1e9063ad2c34b6ce7542542e (patch)
treee36522523e213e3689cac6ec56df225cd44fd493 /sc/qa/uitest/calc_tests2/tdf117367.py
parente90706dd0448772acf28d4e4762b7298cd4e0b60 (diff)
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 <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/uitest/calc_tests2/tdf117367.py')
-rw-r--r--sc/qa/uitest/calc_tests2/tdf117367.py3
1 files changed, 0 insertions, 3 deletions
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):