summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/ScrollHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/ScrollHelper.hxx')
-rw-r--r--dbaccess/source/ui/inc/ScrollHelper.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/dbaccess/source/ui/inc/ScrollHelper.hxx b/dbaccess/source/ui/inc/ScrollHelper.hxx
index 6835c99eef3e..5eda7f69940a 100644
--- a/dbaccess/source/ui/inc/ScrollHelper.hxx
+++ b/dbaccess/source/ui/inc/ScrollHelper.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,8 +36,8 @@ namespace dbaui
{
class OScrollHelper
{
- Link m_aUpScroll;
- Link m_aDownScroll;
+ Link m_aUpScroll;
+ Link m_aDownScroll;
public:
/** default contructor
*/
@@ -46,7 +46,7 @@ namespace dbaui
~OScrollHelper();
/** set the memthod which should be called when scrolling up
- @param _rUpScroll
+ @param _rUpScroll
the method to set
*/
inline void setUpScrollMethod( const Link& _rUpScroll )
@@ -55,7 +55,7 @@ namespace dbaui
}
/** set the memthod which should be called when scrolling down
- @param _rDownScroll
+ @param _rDownScroll
the method to set
*/
inline void setDownScrollMethod( const Link& _rDownScroll )
@@ -64,9 +64,9 @@ namespace dbaui
}
/** check if a scroll method has to be called
- @param _rPoint
+ @param _rPoint
the current selection point
- @param _rOutputSize
+ @param _rOutputSize
the output size of the window
*/
void scroll(const Point& _rPoint, const Size& _rOutputSize);