summaryrefslogtreecommitdiff
path: root/sc/qa/uitest/chart/copyPaste.py
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/uitest/chart/copyPaste.py')
-rw-r--r--sc/qa/uitest/chart/copyPaste.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/qa/uitest/chart/copyPaste.py b/sc/qa/uitest/chart/copyPaste.py
index 2df579db0bb5..fe58d59917c8 100644
--- a/sc/qa/uitest/chart/copyPaste.py
+++ b/sc/qa/uitest/chart/copyPaste.py
@@ -8,10 +8,11 @@
#
from uitest.framework import UITestCase
-from libreoffice.calc.document import get_cell_by_position
-from libreoffice.uno.propertyvalue import mkPropertyValues
from uitest.uihelper.common import get_url_for_data_file
+from libreoffice.uno.propertyvalue import mkPropertyValues
+
+
class CopyPaste(UITestCase):
def test_copy_paste_chart_with_dot_in_sheet_name(self):