summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/dbwizsetup.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:45:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:45:11 +0200
commit28ecf843463bafdb873cf28e32ba173b7fe466d8 (patch)
tree5decc0ce0bbd4f0a89d995c126eaaa6ef5e8e225 /dbaccess/source/ui/dlg/dbwizsetup.cxx
parentd35f403d80c03aa944f4888036dd200e3360f1ef (diff)
loplugin:defaultparams
Change-Id: I9dccf0538389063648e97575ff4c3765f0b1256b
Diffstat (limited to 'dbaccess/source/ui/dlg/dbwizsetup.cxx')
-rw-r--r--dbaccess/source/ui/dlg/dbwizsetup.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/dbwizsetup.cxx b/dbaccess/source/ui/dlg/dbwizsetup.cxx
index 3a3cb7ab054d..976b30336369 100644
--- a/dbaccess/source/ui/dlg/dbwizsetup.cxx
+++ b/dbaccess/source/ui/dlg/dbwizsetup.cxx
@@ -927,7 +927,7 @@ bool ODbTypeWizDialogSetup::SaveDatabaseDocument()
}
catch( const Exception& ) { DBG_UNHANDLED_EXCEPTION(); }
- m_aAsyncCaller.Call( NULL );
+ m_aAsyncCaller.Call();
}
IMPL_LINK_NOARG_TYPED( AsyncLoader, OnOpenDocument, void*, void )