summaryrefslogtreecommitdiff
path: root/sc/qa/uitest/chart2/tdf123231.py
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/uitest/chart2/tdf123231.py')
-rw-r--r--sc/qa/uitest/chart2/tdf123231.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/qa/uitest/chart2/tdf123231.py b/sc/qa/uitest/chart2/tdf123231.py
index 539bc944c406..d850abc2ec7f 100644
--- a/sc/qa/uitest/chart2/tdf123231.py
+++ b/sc/qa/uitest/chart2/tdf123231.py
@@ -7,14 +7,13 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
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_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
-#Bug 123231 - Chart set trendline format regression type Power twice
+# Bug 123231 - Chart set trendline format regression type Power twice
class tdf123231(UITestCase):
def test_tdf123231_chart_trendline_dialog_power(self):
with self.ui_test.load_file(get_url_for_data_file("tdf93506.ods")) as calc_doc: