diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-07-26 12:47:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-07-26 12:47:05 +0000 |
commit | 3df3d44e8776a1384a6a3bd7209a6ed09b5f347a (patch) | |
tree | d448caf0100591d380d2c99a3a0d1ca7f225bee3 /vcl/win/source/app/salinfo.cxx | |
parent | 88082e4aa87db25ef0f6bea5b6b89121cc43747c (diff) |
#i10000# ImplEnumMonitorProc: unreferenced formal parameter.
Diffstat (limited to 'vcl/win/source/app/salinfo.cxx')
-rw-r--r-- | vcl/win/source/app/salinfo.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/win/source/app/salinfo.cxx b/vcl/win/source/app/salinfo.cxx index d7a3e89a4dd7..b5326d11f243 100644 --- a/vcl/win/source/app/salinfo.cxx +++ b/vcl/win/source/app/salinfo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salinfo.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2006-07-26 09:20:53 $ + * last change: $Author: rt $ $Date: 2006-07-26 13:47:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,8 +85,8 @@ WinSalSystem::~WinSalSystem() // ----------------------------------------------------------------------- -static BOOL CALLBACK ImplEnumMonitorProc( HMONITOR hMonitor, - HDC hdcMonitor, +static BOOL CALLBACK ImplEnumMonitorProc( HMONITOR, + HDC, LPRECT lprcMonitor, LPARAM dwData ) { |