summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotxtr.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 13:33:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 13:33:13 +0000
commitebca9338a8a06c7fa0acc3b1064563bca3f6cea1 (patch)
tree41e0224b19aabfe9fa37cfda360c4b5b53bf901f /svx/source/svdraw/svdotxtr.cxx
parent6506f59a1305edb0e12d77fc13457664608c3915 (diff)
INTEGRATION: CWS aw009 (1.6.196); FILE MERGED
2004/04/29 15:35:11 aw 1.6.196.1: #i25941#
Diffstat (limited to 'svx/source/svdraw/svdotxtr.cxx')
-rw-r--r--svx/source/svdraw/svdotxtr.cxx8
1 files changed, 5 insertions, 3 deletions
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)