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

New commits:
commit b88c4c2eef6837ba43a32bbceded5e6f031962d1
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Tue Apr 16 10:26:34 2019 +0200
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Thu Sep 26 10:04:05 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.me...@collabora.com>

diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index fe8cd6c92d09..301fd7b326f1 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -1473,7 +1473,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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to