diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-06 10:29:17 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-07 19:12:37 +0200 |
commit | ff33c443c06cbe9a0f245f5598d4484be90f6df9 (patch) | |
tree | 575351d49cb89270179bfbcd758253bd338c5f2b /sw | |
parent | 0c0e73584f125025fb17d6be8f8050f3b7649c7d (diff) |
Fix typo
Change-Id: I8d705a0d31f36242f8a93591a2c0fc69ee6847a0
Reviewed-on: https://gerrit.libreoffice.org/71911
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/python/xtext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/python/xtext.py b/sw/qa/python/xtext.py index b8bc25d90e92..6d82647bf6b4 100644 --- a/sw/qa/python/xtext.py +++ b/sw/qa/python/xtext.py @@ -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 |