summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-06-16 21:37:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-06-17 14:49:35 +0200
commit981b4e32933c9d3083f20bcb09ead4e4e2161768 (patch)
tree320eab378bc89df94dce14f4c128f9feba7383c1 /sc
parent4366fdf8cb7b18bfc8f4665aa09f35e20467d3a5 (diff)
tdf#133807 re-present search dialog after a short timeout
Change-Id: Icc6016b3a9e3f25fd4c9e065e9f2d9570ad040c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96500 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/dialogs/searchresults.cxx2
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