sw/source/uibase/uiview/viewport.cxx | 5 ----- 1 file changed, 5 deletions(-)
New commits: commit ef32908467cc44d20b01c25757a6ad96c8ae9286 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Thu Jul 6 06:28:14 2023 +0200 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Thu Jul 6 07:33:46 2023 +0200 Drop commented out obsolete code Change-Id: I869e9f20e30f69d8da713f2c69b10a038169891f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154045 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/sw/source/uibase/uiview/viewport.cxx b/sw/source/uibase/uiview/viewport.cxx index 306f8844dda8..e12c6adeda51 100644 --- a/sw/source/uibase/uiview/viewport.cxx +++ b/sw/source/uibase/uiview/viewport.cxx @@ -695,11 +695,6 @@ IMPL_LINK(SwView, VertScrollHdl, weld::Scrollbar&, rScrollbar, void) OUString sDisplay; if(m_pWrtShell->GetPageNumber( aPos.Y(), false, nPhNum, nVirtNum, sDisplay )) { - // The end scrollhandler invalidate the FN_STAT_PAGE, - // so we don't must do it again. - // if(!GetViewFrame().GetFrame().IsInPlace()) - // S F X_BINDINGS().Update(FN_STAT_PAGE); - //QuickHelp: if( m_pWrtShell->GetPageCnt() > 1 ) {