sc/source/ui/dbgui/PivotLayoutDialog.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit b7712be56515ef48cef5ed084f46e355d818d941
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Tue Jan 25 09:03:23 2022 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue Jan 25 13:33:31 2022 +0100

    call baseclass Close
    
    Change-Id: I661b4fe839a01f3929119540eb3bd1065f5fdbf1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128917
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/source/ui/dbgui/PivotLayoutDialog.cxx 
b/sc/source/ui/dbgui/PivotLayoutDialog.cxx
index eca43615618c..9244a4d7e3e5 100644
--- a/sc/source/ui/dbgui/PivotLayoutDialog.cxx
+++ b/sc/source/ui/dbgui/PivotLayoutDialog.cxx
@@ -627,7 +627,8 @@ void 
ScPivotLayoutDialog::PushDataFieldNames(std::vector<ScDPName>& rDataFieldNa
 
 void ScPivotLayoutDialog::Close()
 {
-    DoClose( ScPivotLayoutWrapper::GetChildWindowId() );
+    DoClose(ScPivotLayoutWrapper::GetChildWindowId());
+    SfxDialogController::Close();
 }
 
 IMPL_LINK_NOARG( ScPivotLayoutDialog, OKClicked, weld::Button&, void )

Reply via email to