Kaydet (Commit) 922d80ad authored tarafından Miklos Vajna's avatar Miklos Vajna

fix build

Change-Id: I4b90c3a40099757b24ed14768083295d9048502e
üst c412cba2
......@@ -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;
......
......@@ -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;
......
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