summaryrefslogtreecommitdiff
path: root/sysui/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:01:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:01:42 +0000
commit061a23cdc19a984c468b9dcf7c8eed7ee3b0fe2c (patch)
treec159672980831972d0046a923152663787946358 /sysui/source
parentcb4ffc9c2041e8afe042892c6bb0701786eebf6e (diff)
INTEGRATION: CWS warnings01 (1.6.110); FILE MERGED
2006/03/10 15:34:09 pl 1.6.110.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'sysui/source')
-rw-r--r--sysui/source/win32/QuickStart/QuickStart.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/source/win32/QuickStart/QuickStart.cpp b/sysui/source/win32/QuickStart/QuickStart.cpp
index fb2408b2ca93..3467e35524f8 100644
--- a/sysui/source/win32/QuickStart/QuickStart.cpp
+++ b/sysui/source/win32/QuickStart/QuickStart.cpp
@@ -119,8 +119,8 @@ void NotifyListener( HWND hWnd )
int APIENTRY WinMain(HINSTANCE hInstance,
- HINSTANCE hPrevInstance,
- LPSTR lpCmdLine,
+ HINSTANCE /*hPrevInstance*/,
+ LPSTR /*lpCmdLine*/,
int nCmdShow)
{
// Look for -killtray argument
@@ -404,7 +404,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
}
// Mesage handler for about box.
-LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
+LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM)
{
switch (message)
{