summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/scroll.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uiview/scroll.cxx')
-rw-r--r--sw/source/ui/uiview/scroll.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/scroll.cxx b/sw/source/ui/uiview/scroll.cxx
index 176ba6f18965..92ba2e43060a 100644
--- a/sw/source/ui/uiview/scroll.cxx
+++ b/sw/source/ui/uiview/scroll.cxx
@@ -17,14 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "swtypes.hxx"
#include "swrect.hxx"
#include "scroll.hxx"
#define SCROLL_LINE_SIZE 250
-
SwScrollbar::SwScrollbar( Window *pWin, sal_Bool bHoriz ) :
ScrollBar( pWin,
WinBits( WB_3DLOOK | WB_HIDE | ( bHoriz ? WB_HSCROLL : WB_VSCROLL) ) ),
@@ -38,7 +36,6 @@ SwScrollbar::SwScrollbar( Window *pWin, sal_Bool bHoriz ) :
EnableRTL( false );
}
-
SwScrollbar::~SwScrollbar() {}
// Will be called after a change of the document size