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

New commits:
commit 2d7997886b834efe50f16700c8e9f2675a8f223c
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Aug 16 15:23:11 2018 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Aug 16 22:19:44 2018 +0200

    data->sort->options->copy sort results to, enter "asd"->ok crashes
    
    Change-Id: If0748d26f8e65b07e98fdda577931348fc479724
    Reviewed-on: https://gerrit.libreoffice.org/59187
    Tested-by: Xisco Faulí <xiscofa...@libreoffice.org>
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/ui/dbgui/tpsort.cxx b/sc/source/ui/dbgui/tpsort.cxx
index 6009f8b35b4b..1f7a71c249be 100644
--- a/sc/source/ui/dbgui/tpsort.cxx
+++ b/sc/source/ui/dbgui/tpsort.cxx
@@ -755,7 +755,7 @@ DeactivateRC ScTabPageSortOptions::DeactivatePage( 
SfxItemSet* pSetP )
 
         if ( !bPosInputOk )
         {
-            std::unique_ptr<weld::MessageDialog> 
xBox(Application::CreateMessageDialog(GetTabDialog()->GetFrameWeld(),
+            std::unique_ptr<weld::MessageDialog> 
xBox(Application::CreateMessageDialog(GetDialogController()->getDialog(),
                                                       VclMessageType::Warning, 
VclButtonsType::Ok,
                                                       
ScResId(STR_INVALID_TABREF)));
             xBox->run();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to