Kaydet (Commit) 3129678c authored tarafından David Tardon's avatar David Tardon

WaE: passing NULL to non-pointer argument

üst 2240640b
...@@ -147,7 +147,7 @@ void SAL_CALL CHelpPopupWindow::show( sal_Int32 x, sal_Int32 y ) ...@@ -147,7 +147,7 @@ void SAL_CALL CHelpPopupWindow::show( sal_Int32 x, sal_Int32 y )
// and the dimensions and resize the window // and the dimensions and resize the window
m_hwnd = CreateWindowEx( m_hwnd = CreateWindowEx(
NULL, 0,
HELPPOPUPWND_CLASS_NAME, HELPPOPUPWND_CLASS_NAME,
NULL, NULL,
WS_POPUP, WS_POPUP,
......
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