summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2013-03-26 17:36:45 +0200
committerLior Kaplan <kaplanlior@gmail.com>2013-03-26 17:55:46 +0200
commit7a1b354b9bd215f3c144504326893a72d70aae0b (patch)
tree57162a238e02576b4aa1afcec8eb6ae4808ee29d
parenta5b669de8431377c43909e30d9e9d01a18a5b58a (diff)
Remove German comments as an English translation was already done
Follow up for aebfd023c116047ab467f7abebd84e4c9acd5bbf and 922d80ad11a78fb5abe05ba69f1a47e1bb76bd3c Change-Id: I8fcebd106e5f81479e0622ceb195c39a51fdbb51
-rw-r--r--sw/source/ui/wrtsh/move.cxx7
-rw-r--r--sw/source/ui/wrtsh/select.cxx2
2 files changed, 4 insertions, 5 deletions
diff --git a/sw/source/ui/wrtsh/move.cxx b/sw/source/ui/wrtsh/move.cxx
index 7d50ffe3ba4d..6b998f35a439 100644
--- a/sw/source/ui/wrtsh/move.cxx
+++ b/sw/source/ui/wrtsh/move.cxx
@@ -560,12 +560,11 @@ sal_Bool SwWrtShell::PageCrsr(SwTwips lOffset, sal_Bool bSelect)
// Because only ViewShell::EndAction() is called at the end,
// no updating of the display of the cursor position takes place.
// The CrsrShell-Actionparentheses cannot be used, because it
- // always leads to displaying the cursor, thus also, da sie immer zu einer Anzeige des Cursors fuehrt, also auch,
- // if after the scroll scrolled in a region without a wenn nach dem Blaettern in einen Bereich ohne gueltige Position
- // valid postition. geblaettert wurde.
+ // always leads to displaying the cursor, thus also,
+ // if after the scroll scrolled in a region without a valid postition.
// ViewShell::StartAction();
PageMove eDir = lOffset > 0? MV_PAGE_DOWN: MV_PAGE_UP;
- // Change of direction and stack present Richtungswechsel und Stack vorhanden
+ // Change of direction and stack present
if( eDir != ePageMove && ePageMove != MV_NO && PopCrsr( sal_True, bSelect ))
return sal_True;
diff --git a/sw/source/ui/wrtsh/select.cxx b/sw/source/ui/wrtsh/select.cxx
index 5b9fb5ce8f75..370b4492f613 100644
--- a/sw/source/ui/wrtsh/select.cxx
+++ b/sw/source/ui/wrtsh/select.cxx
@@ -842,7 +842,7 @@ int SwWrtShell::IntelligentCut(int nSelection, sal_Bool bCut)
{
// On multiple selection no intelligent drag and drop
// there are multiple cursors, since a second was placed
- // already at the target postion. an die Zielposition gesetzt wurde
+ // already at the target postion.
if( IsAddMode() || !(nSelection & nsSelectionType::SEL_TXT) )
return sal_False;