[Libreoffice-commits] core.git: sw/source

Jim Raykowski raykowj at gmail.com
Mon May 21 14:04:46 UTC 2018


 sw/source/uibase/utlui/content.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e3ffa913e5729766803a76b765ab2bb3436c12f6
Author: Jim Raykowski <raykowj at gmail.com>
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 <ci at libreoffice.org>
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

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;


More information about the Libreoffice-commits mailing list