[Libreoffice-commits] core.git: sw/source

Miklos Vajna vmiklos at suse.cz
Mon Mar 18 07:14:56 PDT 2013


 sw/source/ui/wrtsh/move.cxx   |   12 ++++--------
 sw/source/ui/wrtsh/select.cxx |    3 +--
 2 files changed, 5 insertions(+), 10 deletions(-)

New commits:
commit 922d80ad11a78fb5abe05ba69f1a47e1bb76bd3c
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Mon Mar 18 15:13:17 2013 +0100

    fix build
    
    Change-Id: I4b90c3a40099757b24ed14768083295d9048502e

diff --git a/sw/source/ui/wrtsh/move.cxx b/sw/source/ui/wrtsh/move.cxx
index 4f3813a..7d50ffe 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 661c93e..5b9fb5c 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;
 


More information about the Libreoffice-commits mailing list