summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview5.cxx
diff options
context:
space:
mode:
authorStephan Schäfer <ssa@openoffice.org>2002-09-17 08:43:17 +0000
committerStephan Schäfer <ssa@openoffice.org>2002-09-17 08:43:17 +0000
commit943a1cf5fc0ac5f2245dbb6b801409d944fbe16a (patch)
tree346706331e2bfcf0e5bd9db9964b8aa2c6e12394 /sc/source/ui/view/tabview5.cxx
parent0f8f246da12ad792f5fc3b36582d13017245d79f (diff)
#103358# no UI mirroring for horz scrollbars
Diffstat (limited to 'sc/source/ui/view/tabview5.cxx')
-rw-r--r--sc/source/ui/view/tabview5.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx
index d220001aee2b..5144229e782b 100644
--- a/sc/source/ui/view/tabview5.cxx
+++ b/sc/source/ui/view/tabview5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabview5.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ssa $ $Date: 2002-07-19 15:47:15 $
+ * last change: $Author: ssa $ $Date: 2002-09-17 09:43:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,6 +145,11 @@ void __EXPORT ScTabView::Init()
InitScrollBar( aVScrollTop, MAXROW+1 );
InitScrollBar( aVScrollBottom, MAXROW+1 );
+ // SSA: --- RTL --- no mirroring for horizontal scrollbars, otherwise
+ // scroll direction will be wrong
+ aHScrollLeft.EnableRTL ( FALSE );
+ aHScrollRight.EnableRTL ( FALSE );
+
// Hier noch nichts anzeigen (Show), weil noch falsch angeordnet ist
// Show kommt dann aus UpdateShow beim ersten Resize
// pTabControl, pGridWin, aHScrollLeft, aVScrollBottom,