diff options
author | tagezi <lera.goncharuk@gmail.com> | 2022-05-16 14:55:48 +0300 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-05-23 14:33:38 +0200 |
commit | 30a048cb895a3dcdd6048f3c525edd95a1371b91 (patch) | |
tree | ea6433068c61bb32f0aa3754e4851112809c3e5f /sc/qa/uitest/calc_tests8 | |
parent | d8b60f77f389a248f98aa45592e6e1045baafbe1 (diff) |
tdf#132293: Removing unused imports from uitests files.
It seems, most of the most imports were copy-pasted from one file
to a new one.
Additionally, the import block and surrounding area made more readable.
Change-Id: I8afc5debef6e758d7ad42b1a649f9556d3d7abbd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134400
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/uitest/calc_tests8')
-rw-r--r-- | sc/qa/uitest/calc_tests8/tdf119343.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/qa/uitest/calc_tests8/tdf119343.py b/sc/qa/uitest/calc_tests8/tdf119343.py index 51d35a99af93..0debe6aea848 100644 --- a/sc/qa/uitest/calc_tests8/tdf119343.py +++ b/sc/qa/uitest/calc_tests8/tdf119343.py @@ -8,15 +8,12 @@ # from uitest.framework import UITestCase from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file -from uitest.uihelper.common import select_pos -from uitest.uihelper.calc import enter_text_to_cell -from libreoffice.calc.document import get_sheet_from_doc -from libreoffice.calc.conditional_format import get_conditional_format_from_sheet + from libreoffice.calc.document import get_cell_by_position from libreoffice.uno.propertyvalue import mkPropertyValues -#Bug 119343 - EDITING: copied and pasted cells containing formulas are not recalculated (2) +# Bug 119343 - EDITING: copied and pasted cells containing formulas are not recalculated (2) class tdf119343(UITestCase): def test_tdf119343_copy_paste_formula(self): #numberingformatpage.ui |