| commit | 30fb31983a3492da9db09cdfccdd2f8f9550bb0d | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Mon Mar 29 14:17:31 2021 +0100 |
| committer | Michael Stahl <michael.stahl@allotropia.de> | Tue Mar 30 12:07:15 2021 +0200 |
| tree | bca7a886826013ee34516287f3eee51d67860db0 | |
| parent | c9f08c3008984039f18c23aab3f6690e3ae27649 [diff] |
tdf#140556 master document view not launching subdocument from context menu Change-Id: I0ae61e51266ae050e340c1af99e0dd6a481e6ff9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113282 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
diff --git a/sw/source/uibase/utlui/glbltree.cxx b/sw/source/uibase/utlui/glbltree.cxx index 3261050..360a2dd 100644 --- a/sw/source/uibase/utlui/glbltree.cxx +++ b/sw/source/uibase/utlui/glbltree.cxx
@@ -608,7 +608,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)