summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-01-24 15:46:50 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2022-01-25 16:38:29 +0100
commit333ad127b915e6d318df4eef4f30f9231b5f8a95 (patch)
treeebf80ef36e7654639118c57ca3fbbe51073e988b /include
parenttdf#146971 changing a11y desc to replace %PRODUCTNAME has perf issues (diff)
downloadcore-333ad127b915e6d318df4eef4f30f9231b5f8a95.tar.gz
core-333ad127b915e6d318df4eef4f30f9231b5f8a95.zip
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> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128823 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'include')
-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 2d32406e4de9..39b5df4115c2 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -48,7 +48,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(); // called by the SfxChildWin to close the dialog
};