diff options
author | Jim Raykowski <raykowj@gmail.com> | 2018-05-06 11:19:18 -0800 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-05-21 16:04:26 +0200 |
commit | e3ffa913e5729766803a76b765ab2bb3436c12f6 (patch) | |
tree | 5e196fcc067a865aeb5741327f195c2f5c5c7f9a | |
parent | 813397885356c0d63271472adb7d3800e4ac2ca8 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
-rw-r--r-- | sw/source/uibase/utlui/content.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |