From 4225894fcd763e590cd21626255d3e5c0092e624 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 19:57:00 +0000 Subject: INTEGRATION: CWS warnings01 (1.2.62); FILE MERGED 2005/11/15 15:13:43 pl 1.2.62.1: #i55991# removed warnings --- svtools/source/control/scrwin.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svtools/source/control/scrwin.cxx') diff --git a/svtools/source/control/scrwin.cxx b/svtools/source/control/scrwin.cxx index 459edc6308b1..e40af036e6a5 100644 --- a/svtools/source/control/scrwin.cxx +++ b/svtools/source/control/scrwin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scrwin.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:05:56 $ + * last change: $Author: hr $ $Date: 2006-06-19 20:57:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -315,7 +315,7 @@ void __EXPORT ScrollableWindow::StartScroll() //------------------------------------------------------------------- -void __EXPORT ScrollableWindow::EndScroll( long nDeltaX, long nDeltaY ) +void __EXPORT ScrollableWindow::EndScroll( long, long ) { } @@ -481,7 +481,7 @@ void ScrollableWindow::SetLineSize( ULONG nHorz, ULONG nVert ) //------------------------------------------------------------------- -void ScrollableWindow::Scroll( long nDeltaX, long nDeltaY ) +void ScrollableWindow::Scroll( long nDeltaX, long nDeltaY, USHORT ) { if ( !bScrolling ) StartScroll(); -- cgit