[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - sw/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 30 10:07:48 UTC 2021


 sw/source/uibase/utlui/glbltree.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 30fb31983a3492da9db09cdfccdd2f8f9550bb0d
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Mar 29 14:17:31 2021 +0100
Commit:     Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Tue Mar 30 12:07:15 2021 +0200

    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 at allotropia.de>

diff --git a/sw/source/uibase/utlui/glbltree.cxx b/sw/source/uibase/utlui/glbltree.cxx
index 3261050f3a6c..360a2ddbea8b 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)


More information about the Libreoffice-commits mailing list