summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-03-18 15:13:17 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-03-18 15:13:28 +0100
commit922d80ad11a78fb5abe05ba69f1a47e1bb76bd3c (patch)
treea2eafb6d66e3db19f092199fa24b4d53f565f83d /sw
parentc412cba28ebc00783041bcec74978fc959cc1351 (diff)
fix build
Change-Id: I4b90c3a40099757b24ed14768083295d9048502e
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/wrtsh/move.cxx12
-rw-r--r--sw/source/ui/wrtsh/select.cxx3
2 files changed, 5 insertions, 10 deletions
diff --git a/sw/source/ui/wrtsh/move.cxx b/sw/source/ui/wrtsh/move.cxx
index 4f3813abc68f..7d50ffe3ba4d 100644
--- a/sw/source/ui/wrtsh/move.cxx
+++ b/sw/source/ui/wrtsh/move.cxx
@@ -560,16 +560,12 @@ 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, 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.
// 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 Richtungswechsel und Stack vorhanden
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 661c93eda73c..5b9fb5ce8f75 100644
--- a/sw/source/ui/wrtsh/select.cxx
+++ b/sw/source/ui/wrtsh/select.cxx
@@ -842,8 +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. an die Zielposition gesetzt wurde
if( IsAddMode() || !(nSelection & nsSelectionType::SEL_TXT) )
return sal_False;