Kaydet (Commit) b72e1441 authored tarafından Matthias Freund's avatar Matthias Freund Kaydeden (comit) Thomas Arnhold

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
Reviewed-on: https://gerrit.libreoffice.org/3319Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst 7c3ab3bc
......@@ -43,14 +43,11 @@ bool SwWrtShell::_SttWrd()
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()
{
......@@ -68,8 +65,6 @@ bool SwWrtShell::_EndWrd()
return true;
}
sal_Bool SwWrtShell::_NxtWrd()
{
sal_Bool bRet = sal_False;
......
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