diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-16 16:39:39 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-16 20:23:21 +0200 |
commit | 3129678c4bd82900a02e82c9a9786de4e26add9c (patch) | |
tree | 62447677c07bcbafe5f33b38017baf098e85ed43 /fpicker | |
parent | 2240640bb5beea258158b6bf03aba1c80615638e (diff) |
WaE: passing NULL to non-pointer argument
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/helppopupwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |