diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-08 21:39:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-02-09 17:24:54 +0100 |
commit | f50f0ae2fc9f0df7cc105cd075481172d33bc70a (patch) | |
tree | 091b2e940840be37d158fdd690a64d1710a952c7 /svx/source | |
parent | 6b9e78df3c1f0afe0352b07f7fdbd6587d5da940 (diff) |
weld SvxSearchAttributeDialog
Change-Id: Ib929afd143cd02b49f87ae6d910500354197e826
Reviewed-on: https://gerrit.libreoffice.org/67572
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/srchdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx index 4ab0bdf3147e..425210c82bea 100644 --- a/svx/source/dialog/srchdlg.cxx +++ b/svx/source/dialog/srchdlg.cxx @@ -2125,7 +2125,7 @@ IMPL_LINK_NOARG(SvxSearchDialog, AttributeHdl_Impl, Button*, void) return; SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); - ScopedVclPtr<VclAbstractDialog> pDlg(pFact->CreateSvxSearchAttributeDialog( this, *pSearchList, pImpl->pRanges.get() )); + ScopedVclPtr<VclAbstractDialog> pDlg(pFact->CreateSvxSearchAttributeDialog(GetFrameWeld(), *pSearchList, pImpl->pRanges.get())); executeSubDialog(pDlg.get()); PaintAttrText_Impl(); } |