summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/futxtatt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/futxtatt.cxx')
-rw-r--r--sd/source/ui/func/futxtatt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/futxtatt.cxx b/sd/source/ui/func/futxtatt.cxx
index 78fcb3f011d0..721acabcdcb0 100644
--- a/sd/source/ui/func/futxtatt.cxx
+++ b/sd/source/ui/func/futxtatt.cxx
@@ -57,7 +57,7 @@ void FuTextAttrDlg::DoExecute( SfxRequest& rReq )
if( !pArgs )
{
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
- ScopedVclPtr<SfxAbstractTabDialog> pDlg(pFact->CreateTextTabDialog( nullptr, &aNewAttr, mpView ));
+ ScopedVclPtr<SfxAbstractTabDialog> pDlg(pFact->CreateTextTabDialog(rReq.GetFrameWeld(), &aNewAttr, mpView));
sal_uInt16 nResult = pDlg->Execute();