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

New commits:
commit dd7776285d95b94c46a44645696522899d33f66d
Author:     shehr <shehr.b...@collabora.com>
AuthorDate: Wed May 17 16:18:42 2023 +0500
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Thu May 18 13:57:14 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

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