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

New commits:
commit 7405a5eb7e727148d9b063f1f01d073565b9f092
Author:     Gökay Şatır <gokaysa...@gmail.com>
AuthorDate: Wed Mar 6 10:42:39 2024 +0300
Commit:     Gökay ŞATIR <gokaysa...@collabora.com>
CommitDate: Wed Mar 6 09:27:40 2024 +0100

    Add notifier for mismatching locals or debug assertion is hit for nullptr.
    
    Signed-off-by: Gökay Şatır <gokaysa...@gmail.com>
    Change-Id: I1a9413a7155d30a58673df39d7fab65cc0219ac8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164448
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/sc/source/ui/docshell/docsh6.cxx b/sc/source/ui/docshell/docsh6.cxx
index caefdfc0fed3..1ea512d40f3b 100644
--- a/sc/source/ui/docshell/docsh6.cxx
+++ b/sc/source/ui/docshell/docsh6.cxx
@@ -501,7 +501,7 @@ void ScDocShell::CheckConfigOptions()
         {
             std::unique_ptr<weld::MessageDialog> 
xInfoBox(Application::CreateMessageDialog(pViewShell->GetFrameWeld(),
                                                           
VclMessageType::Info, VclButtonsType::Ok,
-                                                          
ScResId(STR_OPTIONS_WARN_SEPARATORS)));
+                                                          
ScResId(STR_OPTIONS_WARN_SEPARATORS), GetpApp()));
             xInfoBox->run();
         }
 

Reply via email to