[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sfx2/source

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 30 13:41:38 UTC 2020


 sfx2/source/control/unoctitm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0b1fb051d1bcbfc9f08f288193cff8b039558afd
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Wed Dec 30 12:07:10 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Wed Dec 30 14:41:03 2020 +0100

    lok: send uno command state update to the right view.
    
    We get the correct view as a parameter(pViewFrame).
    
    Change-Id: I36e99a7660fee69c6c7cb10977763b1136eb6e22
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108511
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index c31064988113..8ccf6c71ad11 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1324,7 +1324,7 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra
     else
     {
         // Try to send JSON state version
-        SfxLokHelper::sendUnoStatus(SfxViewShell::Current(), pState);
+        SfxLokHelper::sendUnoStatus(pViewFrame->GetViewShell(), pState);
 
         return;
     }


More information about the Libreoffice-commits mailing list