summaryrefslogtreecommitdiff
path: root/svx/source/dialog/databaseregistrationui.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/databaseregistrationui.cxx')
-rw-r--r--svx/source/dialog/databaseregistrationui.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/databaseregistrationui.cxx b/svx/source/dialog/databaseregistrationui.cxx
index 3fbe9d3249e1..aba6a600e1b9 100644
--- a/svx/source/dialog/databaseregistrationui.cxx
+++ b/svx/source/dialog/databaseregistrationui.cxx
@@ -38,7 +38,7 @@ namespace svx
SvxAbstractDialogFactory* pDialogFactory = SvxAbstractDialogFactory::Create();
std::unique_ptr< SfxAbstractDialog > pDialog;
if ( pDialogFactory )
- pDialog.reset( pDialogFactory->CreateSfxDialog( _parentWindow, aRegistrationItems, NULL, RID_SFXPAGE_DBREGISTER ) );
+ pDialog.reset( pDialogFactory->CreateSfxDialog( _parentWindow, aRegistrationItems, nullptr, RID_SFXPAGE_DBREGISTER ) );
if ( pDialog.get() )
nResult = pDialog->Execute();