sc/source/core/data/validat.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a869a4ba79795715e91bd3c24e177148e6d238b
Author:     shehr <shehr.b...@collabora.com>
AuthorDate: Wed May 17 16:18:42 2023 +0500
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Thu May 18 20:33:41 2023 +0200

    JSDialog:  Validity message dialog is tunneled #6327
    
    Change-Id: I83b181b5b613fa8c973f673e1afdc6ee12422545
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151886
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Tested-by: Jenkins
    (cherry picked from commit 0d2cdb780609b5ead22f1e82347240e06dac2afa)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151915
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/sc/source/core/data/validat.cxx b/sc/source/core/data/validat.cxx
index 009bc0eaebe7..befdbb40831d 100644
--- a/sc/source/core/data/validat.cxx
+++ b/sc/source/core/data/validat.cxx
@@ -406,7 +406,7 @@ bool ScValidationData::DoError(weld::Window* pParent, const 
OUString& rInput,
     }
 
     std::unique_ptr<weld::MessageDialog> 
xBox(Application::CreateMessageDialog(pParent, eType,
-                                              eStyle, aMessage));
+                                              eStyle, aMessage, 
SfxViewShell::Current()));
     xBox->set_title(aTitle);
     xBox->SetInstallLOKNotifierHdl(LINK(nullptr, ScValidationData, 
InstallLOKNotifierHdl));
 

Reply via email to