summaryrefslogtreecommitdiff
path: root/pyuno/qa/pytests/insertremovecells.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/qa/pytests/insertremovecells.py')
-rw-r--r--pyuno/qa/pytests/insertremovecells.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/qa/pytests/insertremovecells.py b/pyuno/qa/pytests/insertremovecells.py
index 0c9626caa7d2..9c521f27cf4d 100644
--- a/pyuno/qa/pytests/insertremovecells.py
+++ b/pyuno/qa/pytests/insertremovecells.py
@@ -39,7 +39,7 @@ class InsertRemoveCells(unittest.TestCase):
addr = area.getRangeAddress()
# 2 = intended to shift cells right, but I don't know where to find
- # the ENUM to put in it's place. Corrections welcome.
+ # the ENUM to put in its place. Corrections welcome.
sheet.insertCells( addr, 2 )
# basically, the insertCells call is the test: it should not crash