From 3129678c4bd82900a02e82c9a9786de4e26add9c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 16 Apr 2012 16:39:39 +0200 Subject: WaE: passing NULL to non-pointer argument --- fpicker/source/win32/filepicker/helppopupwindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker') diff --git a/fpicker/source/win32/filepicker/helppopupwindow.cxx b/fpicker/source/win32/filepicker/helppopupwindow.cxx index 8702e14d0c7f..4edd358a8108 100644 --- a/fpicker/source/win32/filepicker/helppopupwindow.cxx +++ b/fpicker/source/win32/filepicker/helppopupwindow.cxx @@ -147,7 +147,7 @@ void SAL_CALL CHelpPopupWindow::show( sal_Int32 x, sal_Int32 y ) // and the dimensions and resize the window m_hwnd = CreateWindowEx( - NULL, + 0, HELPPOPUPWND_CLASS_NAME, NULL, WS_POPUP, -- cgit