summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-09-21 16:51:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-21 20:07:55 +0200
commit99c4a8bee6d8a061064113b31236c2c16f37d238 (patch)
treea8a1c6a494a3368dd84498de7e60a6785cf0b8ac /sw/source/ui/config
parenta1b2f83e680a0ea957eb040d8291d4b1b33debcf (diff)
parent is a controller now
Change-Id: I5d049d81e04475aa120af6e6c76b210e67618e30 Reviewed-on: https://gerrit.libreoffice.org/79316 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r--sw/source/ui/config/optcomp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx
index 151216d337a6..3eb50d8ed913 100644
--- a/sw/source/ui/config/optcomp.cxx
+++ b/sw/source/ui/config/optcomp.cxx
@@ -449,7 +449,7 @@ bool SwCompatibilityOptPage::FillItemSet( SfxItemSet* )
if (svtools::executeRestartDialog(comphelper::getProcessComponentContext(),
GetDialogFrameWeld(), svtools::RESTART_REASON_MSCOMPATIBLE_FORMS_MENU))
{
- GetParentDialog()->EndDialog(RET_OK);
+ GetDialogController()->response(RET_OK);
}
}
}