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 7342f7b9934b..792d49cd4ab1 100644
--- a/sd/source/ui/func/futxtatt.cxx
+++ b/sd/source/ui/func/futxtatt.cxx
@@ -59,7 +59,7 @@ void FuTextAttrDlg::DoExecute( SfxRequest& rReq )
if( !pArgs )
{
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
- std::unique_ptr<SfxAbstractTabDialog> pDlg(pFact->CreateTextTabDialog( NULL, &aNewAttr, mpView ));
+ std::unique_ptr<SfxAbstractTabDialog> pDlg(pFact->CreateTextTabDialog( nullptr, &aNewAttr, mpView ));
sal_uInt16 nResult = pDlg->Execute();