summaryrefslogtreecommitdiff
path: root/svtools/source/control/scrwin.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:57:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:57:00 +0000
commit4225894fcd763e590cd21626255d3e5c0092e624 (patch)
tree515522c2e4abe198e598a03047f946d461b27d52 /svtools/source/control/scrwin.cxx
parent9e934493f69d27426218b58fceff7cacf8c1ed64 (diff)
INTEGRATION: CWS warnings01 (1.2.62); FILE MERGED
2005/11/15 15:13:43 pl 1.2.62.1: #i55991# removed warnings
Diffstat (limited to 'svtools/source/control/scrwin.cxx')
-rw-r--r--svtools/source/control/scrwin.cxx8
1 files changed, 4 insertions, 4 deletions
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();