sw/source/uibase/utlui/content.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 38407bec341f2018fe460a76440dc0641dd07cef Author: Jim Raykowski <[email protected]> Date: Fri Apr 27 16:17:35 2018 -0800 tdf#117283 Select all drawing objects with the same name Change-Id: Ib79f4a9694e4aafb7a46c86661bab0c21b9ee67d Reviewed-on: https://gerrit.libreoffice.org/53582 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 06bb5ad1c701..601c017d7f41 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -3482,7 +3482,6 @@ void SwContentTree::GotoContent(SwContent* pCnt) pDrawView->MarkObj( pTemp, pPV ); m_pActiveShell->EnterStdMode(); bSel = true; - break; } } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
