summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdtrans.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdtrans.cxx')
-rw-r--r--svx/source/svdraw/svdtrans.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/svdraw/svdtrans.cxx b/svx/source/svdraw/svdtrans.cxx
index c25d34ceed05..53b5685ea593 100644
--- a/svx/source/svdraw/svdtrans.cxx
+++ b/svx/source/svdraw/svdtrans.cxx
@@ -285,7 +285,6 @@ double CrookStretchXPoint(Point& rPnt, Point* pC1, Point* pC2, const Point& rCen
}
-
void CrookRotatePoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, bool bVert)
{
double nSin,nCos;
@@ -356,7 +355,6 @@ void CrookStretchPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad,
}
-
void CrookRotatePoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, bool bVert)
{
sal_uInt16 nPolyCount=rPoly.Count();
@@ -382,7 +380,6 @@ void CrookStretchPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rR
}
-
long GetAngle(const Point& rPnt)
{
long a=0;
@@ -447,7 +444,6 @@ long GetLen(const Point& rPnt)
}
-
void GeoStat::RecalcSinCos()
{
if (nRotationAngle==0) {
@@ -471,7 +467,6 @@ void GeoStat::RecalcTan()
}
-
tools::Polygon Rect2Poly(const Rectangle& rRect, const GeoStat& rGeo)
{
tools::Polygon aPol(5);
@@ -527,7 +522,6 @@ void Poly2Rect(const tools::Polygon& rPol, Rectangle& rRect, GeoStat& rGeo)
}
-
void OrthoDistance8(const Point& rPt0, Point& rPt, bool bBigOrtho)
{
long dx=rPt.X()-rPt0.X();
@@ -558,7 +552,6 @@ void OrthoDistance4(const Point& rPt0, Point& rPt, bool bBigOrtho)
}
-
long BigMulDiv(long nVal, long nMul, long nDiv)
{
BigInt aVal(nVal);
@@ -660,7 +653,6 @@ FrPair GetMapFactor(FieldUnit eS, FieldUnit eD)
};
-
// 1 mile = 8 furlong = 63.360" = 1.609.344,0mm
// 1 furlong = 10 chains = 7.920" = 201.168,0mm
// 1 chain = 4 poles = 792" = 20.116,8mm
@@ -1050,6 +1042,4 @@ void SdrFormatter::TakeUnitStr(FieldUnit eUnit, OUString& rStr)
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */