summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/scroll.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 14:22:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 14:22:59 +0000
commit47e8864002b2561ed7eed6798e4e58f5776de1b9 (patch)
tree29d5c25d886066ac78ff17171b11d7e8500f9939 /sw/source/ui/inc/scroll.hxx
parent087f978b9ebe304458ea4acb88c9500d8ef1da5d (diff)
INTEGRATION: CWS swusing (1.5.36); FILE MERGED
2007/10/10 14:15:12 tl 1.5.36.1: #i82476# make newly added 'using' declarations private
Diffstat (limited to 'sw/source/ui/inc/scroll.hxx')
-rw-r--r--sw/source/ui/inc/scroll.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/sw/source/ui/inc/scroll.hxx b/sw/source/ui/inc/scroll.hxx
index c1b2cfac4133..0739edaa5138 100644
--- a/sw/source/ui/inc/scroll.hxx
+++ b/sw/source/ui/inc/scroll.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: scroll.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 12:09:10 $
+ * last change: $Author: vg $ $Date: 2007-10-22 15:22:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,14 +48,16 @@ class SwScrollbar: public ScrollBar
BOOL bSizeSet :1; // wurde die Groesse bereits gesetzt?
void AutoShow();
+
+ using Window::Hide;
+ using Window::SetPosSizePixel;
+ using Window::IsVisible;
+
public:
void ExtendedShow( BOOL bVisible = TRUE );
- using Window::Hide;
void Hide() { Show( FALSE ); }
- using Window::SetPosSizePixel;
void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize );
- using Window::IsVisible;
BOOL IsVisible(BOOL bReal) const { return bReal ? ScrollBar::IsVisible() : bVisible; }
// Aenderung der Dokumentgroesse