diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-07 12:50:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-04-07 17:13:50 +0100 |
commit | 9dca6f15fc1a6c938b8d5b7de46e38083ad6d125 (patch) | |
tree | fea5d4a4152cf444ee321197d21afea8f68ea941 /sw | |
parent | c92bf024ed93b28d6bf8d38f6ec5ab0bdf6cd4f3 (diff) |
Resolves: #i117749# bVert unused
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/fly.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx index 5b265942d561..8ca13717577a 100644 --- a/sw/source/core/layout/fly.cxx +++ b/sw/source/core/layout/fly.cxx @@ -125,15 +125,12 @@ SwFlyFrm::SwFlyFrm( SwFlyFrmFmt *pFmt, SwFrm* pSib, SwFrm *pAnch ) : //Grosseneinstellung, Fixe groesse ist immer die Breite const SwFmtFrmSize &rFrmSize = pFmt->GetFrmSize(); - sal_Bool bVert = sal_False; sal_uInt16 nDir = ((SvxFrameDirectionItem&)pFmt->GetFmtAttr( RES_FRAMEDIR )).GetValue(); if( FRMDIR_ENVIRONMENT == nDir ) { bDerivedVert = 1; bDerivedR2L = 1; - if( pAnch && pAnch->IsVertical() ) - bVert = sal_True; } else { @@ -166,7 +163,6 @@ SwFlyFrm::SwFlyFrm( SwFlyFrmFmt *pFmt, SwFrm* pSib, SwFrm *pAnch ) : } } - bVert = bVertical; bInvalidR2L = 0; if( FRMDIR_HORI_RIGHT_TOP == nDir ) bRightToLeft = 1; |