tdf#117024 Make Navigator Drawing objects scroll

Change-Id: I6ef690306e1988a4de1d9407fe9ae9f2ea1736b1
Reviewed-on: https://gerrit.libreoffice.org/53142
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index 40477f0..a4932d3 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -3473,6 +3473,9 @@ void SwContentTree::GotoContent(SwContent* pCnt)
                        if( pPV )
                        {
                            pDrawView->MarkObj( pTemp, pPV );
                            m_pActiveShell->EnterStdMode();
                            bSel = true;
                            break;
                        }
                    }
                }