sw/source/uibase/utlui/content.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit e3ffa913e5729766803a76b765ab2bb3436c12f6 Author: Jim Raykowski <[email protected]> Date: Sun May 6 11:19:18 2018 -0800 Improve placement of tdf#117024/tdf#117283 patches no need to repeatedly call so relocate the patches Change-Id: I87f8be3c1802924e76134d3221a72b04c1a03e54 Reviewed-on: https://gerrit.libreoffice.org/53919 Tested-by: Jenkins <[email protected]> Reviewed-by: Thorsten Behrens <[email protected]> diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index 601c017d7f41..e9f0880f7fe3 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -3480,12 +3480,12 @@ void SwContentTree::GotoContent(SwContent* pCnt) if( pPV ) { pDrawView->MarkObj( pTemp, pPV ); - m_pActiveShell->EnterStdMode(); - bSel = true; } } } m_pActiveShell->GetNavigationMgr().addEntry(aPos); + m_pActiveShell->EnterStdMode(); + bSel = true; } } break; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
