diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-09 19:41:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-02-10 18:04:37 +0100 |
commit | df230a23676dd992ee12c13273c3901bd56f6354 (patch) | |
tree | 2fbb1c53e1e9b9cc5b09fe2aa66eb1f3aa14abfc /dbaccess/source | |
parent | d88911d172f7a57d097656eff6c2ebded627ddc4 (diff) |
weld FmSearchDialog
Change-Id: If7e87f725ea44732080fc0c57e4503c82b0cf4a0
Reviewed-on: https://gerrit.libreoffice.org/67595
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/browser/brwctrlr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index 9cdbaff441b0..f8f7333f127c 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -1833,7 +1833,7 @@ void SbaXDataBrowserController::ExecuteSearch() VclPtr<AbstractFmSearchDialog> pDialog; std::vector< OUString > aContextNames; aContextNames.emplace_back("Standard" ); - pDialog = pFact->CreateFmSearchDialog(getBrowserView(), sInitialText, aContextNames, 0, LINK(this, SbaXDataBrowserController, OnSearchContextRequest)); + pDialog = pFact->CreateFmSearchDialog(getFrameWeld(), sInitialText, aContextNames, 0, LINK(this, SbaXDataBrowserController, OnSearchContextRequest)); pDialog->SetActiveField( sActiveField ); pDialog->SetFoundHandler( LINK( this, SbaXDataBrowserController, OnFoundData ) ); pDialog->SetCanceledNotFoundHdl( LINK( this, SbaXDataBrowserController, OnCanceledNotFound ) ); |