summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview
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
commitd6bb0390a1cdb5518a6b7740481e44ddf08cac03 (patch)
treeadc9f6131cd9308fcaaf7c4ad9e09d33dc6e145c /sw/source/ui/uiview
parente139d48e4e614f68bfe3ffb8bd77d5b2d32d20b5 (diff)
#103358# no UI mirroring for horz scrollbars
Diffstat (limited to 'sw/source/ui/uiview')
-rw-r--r--sw/source/ui/uiview/scroll.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/scroll.cxx b/sw/source/ui/uiview/scroll.cxx
index a5db14b0570e..19f5ef4bb129 100644
--- a/sw/source/ui/uiview/scroll.cxx
+++ b/sw/source/ui/uiview/scroll.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scroll.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2002-06-28 12:08:14 $
+ * last change: $Author: ssa $ $Date: 2002-09-17 09:40:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,6 +79,9 @@ SwScrollbar::SwScrollbar( Window *pWin, int bHoriz ) :
bVisible(FALSE),
bSizeSet(FALSE)
{
+ // SSA: --- RTL --- no mirroring for horizontal scrollbars
+ if( bHoriz )
+ EnableRTL( FALSE );
}