[PATCH] fdo#39468 Comment translation GER-ENG in sw/source/ui/wrtsh/...

Matthias Freund (via Code Review) gerrit at gerrit.libreoffice.org
Wed Apr 10 14:08:01 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3319

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/19/3319/1

fdo#39468 Comment translation GER-ENG in sw/source/ui/wrtsh/wrtsh4.cxx

The last file in this directory with german comments.

Change-Id: I7856e383e032a98fb08a1299a77eb41636549a65
---
M sw/source/ui/wrtsh/wrtsh4.cxx
1 file changed, 4 insertions(+), 9 deletions(-)



diff --git a/sw/source/ui/wrtsh/wrtsh4.cxx b/sw/source/ui/wrtsh/wrtsh4.cxx
index 5dc3061..26026e1 100644
--- a/sw/source/ui/wrtsh/wrtsh4.cxx
+++ b/sw/source/ui/wrtsh/wrtsh4.cxx
@@ -43,14 +43,11 @@
     Combine();
     return true;
 }
-/*
- * Das Ende eines Wortes ist das Folgen von Trennzeichen auf
- * nicht-Trennzeichen.  Unter dem Ende eines Wortes wird
- * ebenfalls die Folge von Worttrennzeichen auf Interpunktions-
- * zeichen verstanden. Das Absatzende ist ebenfalls Wortende.
- */
 
-
+// The end of a word is the follow of seperator to nonseperator.
+// The end of a word is also the sequence of wordseperators to
+// punctuation marks.
+// The end of a paragraph is also the end of a word.
 
 bool SwWrtShell::_EndWrd()
 {
@@ -67,8 +64,6 @@
     Combine();
     return true;
 }
-
-
 
 sal_Bool SwWrtShell::_NxtWrd()
 {

-- 
To view, visit https://gerrit.libreoffice.org/3319
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7856e383e032a98fb08a1299a77eb41636549a65
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Matthias Freund <matti_lx at yahoo.de>



More information about the LibreOffice mailing list