1 --- sw/source/ui/uiview/viewport.cxx.old 2009-04-02 10:50:48.000000000 +0000
2 +++ sw/source/ui/uiview/viewport.cxx 2009-04-06 16:41:41.000000000 +0000
3 @@ -722,6 +722,7 @@ IMPL_LINK( SwView, ScrollHdl, SwScrollba
4 //Hier wieder auskommentieren wenn das mitscrollen nicht gewuenscht ist.
5 // JP 21.07.00: the end scrollhandler invalidate the FN_STAT_PAGE,
6 // so we dont must do it agin.
7 + long nOldPge = nPgNum;
8 EndScrollHdl(pScrollbar);
10 Point aPos( aVisArea.TopLeft() );
11 @@ -741,7 +742,7 @@ IMPL_LINK( SwView, ScrollHdl, SwScrollba
13 if( pWrtShell->GetPageCnt() > 1 && Help::IsQuickHelpEnabled() )
15 - if( !nPgNum || nPgNum != nPhNum )
16 + if( !nOldPge || nOldPge != nPhNum )
19 aRect.Left() = pScrollbar->GetParent()->OutputToScreenPixel(