diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-25 09:03:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-25 13:33:31 +0100 |
commit | b7712be56515ef48cef5ed084f46e355d818d941 (patch) | |
tree | ca2cda3af6e328c3c9dba0425be1c8fb6e32557d /sc/source/ui/dbgui | |
parent | c7fcd5a3bdbf181817ce6e5d2067434d480287a6 (diff) |
call baseclass Close
Change-Id: I661b4fe839a01f3929119540eb3bd1065f5fdbf1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128917
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/PivotLayoutDialog.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
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 ) |