From ebca9338a8a06c7fa0acc3b1064563bca3f6cea1 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 10 May 2004 13:33:13 +0000 Subject: INTEGRATION: CWS aw009 (1.6.196); FILE MERGED 2004/04/29 15:35:11 aw 1.6.196.1: #i25941# --- svx/source/svdraw/svdotxtr.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'svx/source/svdraw/svdotxtr.cxx') diff --git a/svx/source/svdraw/svdotxtr.cxx b/svx/source/svdraw/svdotxtr.cxx index 25fcaa664519..3db2ddf03e6e 100644 --- a/svx/source/svdraw/svdotxtr.cxx +++ b/svx/source/svdraw/svdotxtr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdotxtr.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2003-11-24 16:59:30 $ + * last change: $Author: hr $ $Date: 2004-05-10 14:33:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,7 +161,9 @@ long SdrTextObj::GetRotateAngle() const long SdrTextObj::GetShearAngle(FASTBOOL bVertical) const { - return (aGeo.nDrehWink==0 || aGeo.nDrehWink==18000) ? aGeo.nShearWink : 0; + // #i25941# + // return (aGeo.nDrehWink==0 || aGeo.nDrehWink==18000) ? aGeo.nShearWink : 0; + return aGeo.nShearWink; } void SdrTextObj::NbcMove(const Size& rSiz) -- cgit