View | Details | Raw Unified | Return to issue 4378
Collapse All | Expand All

(-)source/filter/xcl97/xcl97rec.cxx (+2 lines)
Lines 1126-1131 Link Here
1126
{
1126
{
1127
    if( eOri == xlTextOrientTopBottom )
1127
    if( eOri == xlTextOrientTopBottom )
1128
		nTrot = 0x00FF;
1128
		nTrot = 0x00FF;
1129
    else if( eOri != xlTextOrientNoRot )    // see #i4378
1130
        nTrot = (eOri == xlTextOrient90ccw) ? 90 : 180;
1129
	else if( pPattAttr )
1131
	else if( pPattAttr )
1130
        nTrot = XclTools::GetExcRotation( ((const SfxInt32Item&) pPattAttr->GetItem( ATTR_ROTATE_VALUE )).GetValue() );
1132
        nTrot = XclTools::GetExcRotation( ((const SfxInt32Item&) pPattAttr->GetItem( ATTR_ROTATE_VALUE )).GetValue() );
1131
1133

Return to issue 4378