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

Szymon Kłos (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 26 14:04:59 UTC 2019


 sc/source/ui/app/scmod.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a7b7f08e00fb3bf50d98450579c211d6d53762ea
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Tue Apr 16 10:26:34 2019 +0200
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Thu Sep 26 16:03:57 2019 +0200

    Allow dialogs to create multiple instances in Online
    
    Change-Id: Ia4d5ff42cc7542319966523aa843e7494b544375
    Reviewed-on: https://gerrit.libreoffice.org/79569
    Tested-by: Jenkins
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/79607
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>

diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index 8cef9b3ccc5b..7fdfc998a512 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -1494,7 +1494,7 @@ void ScModule::SetRefDialog( sal_uInt16 nId, bool bVis, SfxViewFrame* pViewFrm )
     //TODO: Move reference dialog handling to view
     //      Just keep function autopilot here for references to other documents
     if ( m_nCurRefDlgId == 0 || ( nId == m_nCurRefDlgId && !bVis )
-       || ( comphelper::LibreOfficeKit::isActive() && m_nCurRefDlgId == SID_OPENDLG_FUNCTION ) )
+       || ( comphelper::LibreOfficeKit::isActive() ) )
     {
         if ( !pViewFrm )
             pViewFrm = SfxViewFrame::Current();


More information about the Libreoffice-commits mailing list