Kaydet (Commit) ff33c443 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I8d705a0d31f36242f8a93591a2c0fc69ee6847a0
Reviewed-on: https://gerrit.libreoffice.org/71911Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 0c0e7358
......@@ -40,7 +40,7 @@ class TestXText(unittest.TestCase):
# no exception if we try to replace object by itself:
# this did throw in the past, but only because the inserted
# UNO annotation had a core object assigned, but no document
# which insertTextContent then didnt like on another call.
# which insertTextContent then didn't like on another call.
x_text.insertTextContent(x_cursor, x_annotation, True)
# We expect just one annotation actually
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment