sw/source/uibase/utlui/glbltree.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 995dde17ee9a2249e0e2d3bc704294583b9ff7b1 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Mar 29 14:17:31 2021 +0100 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Tue Mar 30 11:22:59 2021 +0200 tdf#140556 master document view not launching subdocument from context menu Change-Id: I0ae61e51266ae050e340c1af99e0dd6a481e6ff9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113281 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@allotropia.de> diff --git a/sw/source/uibase/utlui/glbltree.cxx b/sw/source/uibase/utlui/glbltree.cxx index 925753c35345..f17faed8c960 100644 --- a/sw/source/uibase/utlui/glbltree.cxx +++ b/sw/source/uibase/utlui/glbltree.cxx @@ -610,7 +610,7 @@ void SwGlobalTree::ExecuteContextMenuAction(const OString& rSelectedPopupEntry) pCont = nullptr; bUpdateHard = true; } - else if (rSelectedPopupEntry == "edit") + else if (rSelectedPopupEntry == "editcontent") { OSL_ENSURE(pCont, "edit without entry ? " ); if (pCont) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits