summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-04-27 16:17:35 -0800
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-05-04 03:17:26 +0200
commit38407bec341f2018fe460a76440dc0641dd07cef (patch)
tree28937e4f8e7bd7317418cd10cc06dc82f3cbf419
parent936eaedddbc6d21737745be3c3131607440e366c (diff)
tdf#117283 Select all drawing objects with the same name
Change-Id: Ib79f4a9694e4aafb7a46c86661bab0c21b9ee67d Reviewed-on: https://gerrit.libreoffice.org/53582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
-rw-r--r--sw/source/uibase/utlui/content.cxx1
1 files changed, 0 insertions, 1 deletions
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;
}
}
}