summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-01-24 15:46:50 +0200
committerCaolán McNamara <caolanm@redhat.com>2022-01-25 10:04:38 +0100
commit9446b3ccd1240dbd44cbe1f1ccdfca04b61c85af (patch)
tree5b783450f85d6387bc6d6d6badf02cb4e136e456 /include/sfx2
parent5a1c19624eda0c8b847af0dcee70b82502578ceb (diff)
tdf#146571 Ignore focus changes after closing Manage changes dialog
Change-Id: Ib588310410a265acdd129a8e51adf56bb5973bd9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128869 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/basedlgs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index e7cf250d1159..2adc649a8ec8 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -47,7 +47,7 @@ public:
// when the dialog has an associated SfxChildWin, typically for Modeless interaction
virtual void ChildWinDispose() {} // called from the associated SfxChildWin dtor
- virtual void Close() {} // called by the SfxChildWin when the dialog is closed
+ virtual void Close(); // called by the SfxChildWin when the dialog is closed
virtual void EndDialog(int nResponse); // called by the SfxChildWin to close the dialog
};