diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-16 21:37:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-17 15:55:53 +0200 |
commit | 9da14cf5461a1883718da9f92e03dd0dd6e28efd (patch) | |
tree | f57295105f18be0fe953cc6cae6efe82e81dcb83 /sc | |
parent | f9383f75af46efbb319110921158dcd6b5e91913 (diff) |
tdf#133807 re-present search dialog after a short timeout
Change-Id: Icc6016b3a9e3f25fd4c9e065e9f2d9570ad040c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96524
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dialogs/searchresults.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dialogs/searchresults.cxx b/sc/source/ui/dialogs/searchresults.cxx index b1b0e45aec5f..950726a18c4e 100644 --- a/sc/source/ui/dialogs/searchresults.cxx +++ b/sc/source/ui/dialogs/searchresults.cxx @@ -55,7 +55,7 @@ SearchResultsDlg::~SearchResultsDlg() SvxSearchDialog* pSearchDlg = static_cast<SvxSearchDialog*>(pChildWindow->GetController().get()); if (!pSearchDlg) return; - pSearchDlg->getDialog()->present(); + pSearchDlg->Present(); } namespace |