diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-01 10:00:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-10-01 13:19:37 +0200 |
commit | 4da2ad58a6460cec4324431f0bf301de1603b748 (patch) | |
tree | 70ce8e4c79115c5017e47dc277b527da83e3a6b1 /dbaccess/source/ui/dlg/ConnectionHelper.cxx | |
parent | 664de5a816bdcb68ada087f99ef5a76139890fdf (diff) |
loplugin:nullptr (clang-cl)
Change-Id: I9a9262a236d4257da6f65ee6b0cafbc5522c8a66
Reviewed-on: https://gerrit.libreoffice.org/79917
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionHelper.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/ConnectionHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx index 1e7bbf1f7a9a..f5a41a5d701f 100644 --- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx +++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx @@ -273,7 +273,7 @@ namespace dbaui { OUString sOldDataSource=getURLNoPrefix(); OUString sNewDataSource; - HWND hWnd = 0; + HWND hWnd = nullptr; weld::Window* pDialog = GetFrameWeld(); css::uno::Reference<css::awt::XSystemDependentWindowPeer> xSysDepWin(pDialog->GetXWindow(), css::uno::UNO_QUERY); |