summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotxtr.cxx
diff options
context:
space:
mode:
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)