summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/scroll.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 12:06:23 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 12:06:23 +0000
commitd8146e4daf3570c9da2574b5f26b80d20f54dd69 (patch)
treef2aca386ceb5e032f81d83b1def5b11b1565a9aa /sw/source/ui/inc/scroll.hxx
parent5eecdfdcf8dc283cf061725d8f14e4a85d8b3e21 (diff)
INTEGRATION: CWS tune05 (1.1.1.1.776); FILE MERGED
2004/07/22 08:16:13 cmc 1.1.1.1.776.1: #i30554# SwScrollbar::EnableThumbPos unused
Diffstat (limited to 'sw/source/ui/inc/scroll.hxx')
-rw-r--r--sw/source/ui/inc/scroll.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/source/ui/inc/scroll.hxx b/sw/source/ui/inc/scroll.hxx
index 0d15009d6ccd..72437e5302a3 100644
--- a/sw/source/ui/inc/scroll.hxx
+++ b/sw/source/ui/inc/scroll.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scroll.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:41 $
+ * last change: $Author: obo $ $Date: 2004-08-12 13:06:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,6 @@ public:
void Hide() { Show( FALSE ); }
void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize );
BOOL IsVisible(BOOL bReal = FALSE) const { return bReal ? ScrollBar::IsVisible() : bVisible; }
- void SetUpdateMode( BOOL bUpdate );
// Aenderung der Dokumentgroesse
void DocSzChgd(const Size &rNewSize);
// Aenderung des sichtbaren Bereiches
@@ -93,9 +92,6 @@ public:
void SetAuto(BOOL bSet);
BOOL IsAuto() { return bAuto;}
- //Bewegungen des Thumbs abklemmen
- void EnableThumbPos( BOOL bEnable, const SwRect &rVisArea );
-
SwScrollbar(Window *pParent, int bHori = TRUE );
~SwScrollbar();
};