diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-17 20:48:08 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-17 22:54:01 +0100 |
commit | 6e6e5cd3b6320de24953f275281780ff25f17110 (patch) | |
tree | f2012c3df13e27a5d82d36395636c66fd56e7f4d /odk | |
parent | 025b5f75c657ffd54f11209da9bc8a6ebdbcc81e (diff) |
Fix typos
Change-Id: Idc648e4673cca1b1dec8c1f009d52cfa290508ff
Reviewed-on: https://gerrit.libreoffice.org/44895
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/java/Text/TextReplace.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/Text/TextReplace.java b/odk/examples/java/Text/TextReplace.java index 3a94178980ef..a43799ffadb9 100644 --- a/odk/examples/java/Text/TextReplace.java +++ b/odk/examples/java/Text/TextReplace.java @@ -119,7 +119,7 @@ public class TextReplace { xTextCursor.gotoEnd(false); xCPS.setPropertyValue( "CharColor", Integer.valueOf( 0 ) ); - xText.insertString( xTextCursor, "in the alley. Like lightening he darted off to the left and disappeared between the two warehouses almost falling over the trash can lying in the ", false ); + xText.insertString( xTextCursor, "in the alley. Like lightning he darted off to the left and disappeared between the two warehouses almost falling over the trash can lying in the ", false ); xText.insertString( xTextCursor, "centre ", true ); xCPS = UnoRuntime.queryInterface( |