summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/fews.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/frmedt/fews.cxx')
-rw-r--r--sw/source/core/frmedt/fews.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/frmedt/fews.cxx b/sw/source/core/frmedt/fews.cxx
index 7231e01d1756..40c6c98815fd 100644
--- a/sw/source/core/frmedt/fews.cxx
+++ b/sw/source/core/frmedt/fews.cxx
@@ -697,8 +697,8 @@ void SwFEShell::CalcBoundRect( SwRect& _orRect,
if( bVert || bVertL2R )
{
- bVertic = bVert ? true : false;
- bVerticalL2R = bVertL2R ? true : false;
+ bVertic = bVert;
+ bVerticalL2R = bVertL2R;
_bMirror = false; // no mirroring in vertical environment
switch ( _eHoriRelOrient )
{
@@ -1030,8 +1030,8 @@ void SwFEShell::CalcBoundRect( SwRect& _orRect,
0;
if( bVert || bVertL2R )
{
- bVertic = bVert ? true : false;
- bVerticalL2R = bVertL2R ? true : false;
+ bVertic = bVert;
+ bVerticalL2R = bVertL2R;
_bMirror = false;
switch ( _eHoriRelOrient )