summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-17 20:48:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-17 22:54:01 +0100
commit6e6e5cd3b6320de24953f275281780ff25f17110 (patch)
treef2012c3df13e27a5d82d36395636c66fd56e7f4d
parent025b5f75c657ffd54f11209da9bc8a6ebdbcc81e (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>
-rw-r--r--odk/examples/java/Text/TextReplace.java2
-rw-r--r--sw/source/core/text/porlay.cxx2
2 files changed, 2 insertions, 2 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(
diff --git a/sw/source/core/text/porlay.cxx b/sw/source/core/text/porlay.cxx
index f075d2efb93d..e115bbe2d402 100644
--- a/sw/source/core/text/porlay.cxx
+++ b/sw/source/core/text/porlay.cxx
@@ -257,7 +257,7 @@ SwMarginPortion *SwLineLayout::CalcLeftMargin()
{
if( pPos->IsFlyPortion() )
{
- // The FlyPortion get's sucked out ...
+ // The FlyPortion gets sucked out...
pLeft->Join( static_cast<SwGluePortion*>(pPos) );
pPos = pLeft->GetPortion();
if( GetpKanaComp() && !GetKanaComp().empty() )