Kaydet (Commit) c8d46b68 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:redundantcast (clang-cl)

Change-Id: Ie36853231d58fdf985c32497732abe34f7828d7b
Reviewed-on: https://gerrit.libreoffice.org/46201Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 74254cd8
......@@ -704,7 +704,7 @@ ATOM SAL_CALL CMtaFolderPicker::RegisterStaRequestWindowClass( )
wcex.cbSize = sizeof(wcex);
wcex.style = 0;
wcex.lpfnWndProc = static_cast< WNDPROC >( CMtaFolderPicker::StaWndProc );
wcex.lpfnWndProc = CMtaFolderPicker::StaWndProc;
wcex.cbClsExtra = 0;
wcex.cbWndExtra = 0;
wcex.hInstance = m_hInstance;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment