summaryrefslogtreecommitdiff
path: root/uitest/uitest
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/uitest')
-rw-r--r--uitest/uitest/uihelper/calc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/uitest/uihelper/calc.py b/uitest/uitest/uihelper/calc.py
index 66e85e146d5b..b63f1702873b 100644
--- a/uitest/uitest/uihelper/calc.py
+++ b/uitest/uitest/uihelper/calc.py
@@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-from helper import mkPropertyValues
+from libreoffice.uno.propertyvalue import mkPropertyValues
def enter_text_to_cell(gridwin, cell, text):
gridwin.executeAction("SELECT", mkPropertyValues({"CELL": cell}))