Index: source/filter/xcl97/xcl97rec.cxx =================================================================== RCS file: /cvs/sc/sc/source/filter/xcl97/xcl97rec.cxx,v retrieving revision 1.49 diff -u -r1.49 xcl97rec.cxx --- source/filter/xcl97/xcl97rec.cxx 6 Dec 2002 17:56:20 -0000 1.49 +++ source/filter/xcl97/xcl97rec.cxx 12 Dec 2002 14:00:01 -0000 @@ -1126,6 +1126,8 @@ { if( eOri == xlTextOrientTopBottom ) nTrot = 0x00FF; + else if( eOri != xlTextOrientNoRot ) // see #i4378 + nTrot = (eOri == xlTextOrient90ccw) ? 90 : 180; else if( pPattAttr ) nTrot = XclTools::GetExcRotation( ((const SfxInt32Item&) pPattAttr->GetItem( ATTR_ROTATE_VALUE )).GetValue() );