diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-06-21 06:32:26 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-06-21 06:32:26 +0000 |
commit | e8acb9de3224351cfd8f1bcf4596674805298155 (patch) | |
tree | dd82df17ea346bf9525ee5e35c1684be905cee23 /svx/source/dialog/measure.cxx | |
parent | 9dd703e0da8b96340bb645b937ae4ff4150f7f6c (diff) |
#88289# redesign fixes
Diffstat (limited to 'svx/source/dialog/measure.cxx')
-rw-r--r-- | svx/source/dialog/measure.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/source/dialog/measure.cxx b/svx/source/dialog/measure.cxx index a1321c36ccc6..f94a1f305f90 100644 --- a/svx/source/dialog/measure.cxx +++ b/svx/source/dialog/measure.cxx @@ -2,9 +2,9 @@ * * $RCSfile: measure.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: thb $ $Date: 2001-06-15 18:38:58 $ + * last change: $Author: dr $ $Date: 2001-06-21 07:30:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -203,10 +203,6 @@ SvxMeasurePage::SvxMeasurePage( Window* pWindow, const SfxItemSet& rInAttrs ) : aTsbParallel.SetClickHdl( aLink ); aTsbShowUnit.SetClickHdl( aLink ); aLbUnit.SetSelectHdl( aLink ); - WinBits nWinBits = aFlVert.GetStyle(); - nWinBits &= ~WB_HORZ; - nWinBits |= WB_VERT; - aFlVert.SetStyle( nWinBits ); } /************************************************************************* |