summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotxtr.cxx
diff options
context:
space:
mode:
authorChristina Rossmanith <ChrRossmanith@web.de>2011-05-12 11:03:28 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-06-04 22:52:39 +0200
commit207156d8eeee7b0aec1d6513e0aca2f9535adeb1 (patch)
tree17acc59b619bbb8c112b68a5c5bae457951bb7b8 /svx/source/svdraw/svdotxtr.cxx
parenta385b05b05c71131b32ce6706aee4e0b91441bfb (diff)
Removed comments/commented code
Diffstat (limited to 'svx/source/svdraw/svdotxtr.cxx')
-rw-r--r--svx/source/svdraw/svdotxtr.cxx27
1 files changed, 1 insertions, 26 deletions
diff --git a/svx/source/svdraw/svdotxtr.cxx b/svx/source/svdraw/svdotxtr.cxx
index ace2b4cf5814..94f7f1187f8b 100644
--- a/svx/source/svdraw/svdotxtr.cxx
+++ b/svx/source/svdraw/svdotxtr.cxx
@@ -49,19 +49,6 @@
#include <svx/xlnclit.hxx>
#include <svx/xlnwtit.hxx>
-////////////////////////////////////////////////////////////////////////////////////////////////////
-//
-// @@@@@@ @@@@@ @@ @@ @@@@@@ @@@@ @@@@@ @@@@@@
-// @@ @@ @@@ @@@ @@ @@ @@ @@ @@ @@
-// @@ @@ @@@@@ @@ @@ @@ @@ @@ @@
-// @@ @@@@ @@@ @@ @@ @@ @@@@@ @@
-// @@ @@ @@@@@ @@ @@ @@ @@ @@ @@
-// @@ @@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@
-// @@ @@@@@ @@ @@ @@ @@@@ @@@@@ @@@@
-//
-// Transformationen
-//
-////////////////////////////////////////////////////////////////////////////////////////////////////
void SdrTextObj::NbcSetSnapRect(const Rectangle& rRect)
{
@@ -168,15 +155,6 @@ void SdrTextObj::NbcResize(const Point& rRef, const Fraction& xFact, const Fract
}
else
{
- // #100663# aRect is NOT initialized for lines (polgon objects with two
- // exceptionally handled points). Thus, after this call the text rotaion is
- // gone. This error must be present since day one of this old drawing layer.
- // It's astonishing that noone discovered it earlier.
- // Polygon aPol(Rect2Poly(aRect,aGeo));
- // Polygon aPol(Rect2Poly(GetSnapRect(), aGeo));
-
- // #101412# go back to old method, side effects are impossible
- // to calculate.
Polygon aPol(Rect2Poly(aRect,aGeo));
for(sal_uInt16 a(0); a < aPol.GetSize(); a++)
@@ -257,7 +235,7 @@ void SdrTextObj::NbcShear(const Point& rRef, long nWink, double tn, bool bVShear
{
SetGlueReallyAbsolute(sal_True);
- // #75889# when this is a SdrPathObj aRect maybe not initialized
+ // when this is a SdrPathObj aRect maybe not initialized
Polygon aPol(Rect2Poly(aRect.IsEmpty() ? GetSnapRect() : aRect, aGeo));
sal_uInt16 nPointCount=aPol.GetSize();
@@ -546,7 +524,4 @@ SdrObject* SdrTextObj::ImpConvertAddText(SdrObject* pObj, bool bBezier) const
}
}
-//////////////////////////////////////////////////////////////////////////////
-// eof
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */