diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-07-29 13:51:49 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-29 13:58:43 +0200 |
commit | 00269d39f655bb0ecb38c043a9516b4faefe6708 (patch) | |
tree | 631f3ed20065b4a40ce960d78b0b44c8a67c34af /include | |
parent | f08ffc15e21ec60e587825de2450b4d31e88871a (diff) |
svx: remove duplicate "Kuerzen" function
Change-Id: I319ba12684398bcdfcd8d8ede1648e1d213e75a7
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdtrans.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/svdtrans.hxx b/include/svx/svdtrans.hxx index f70bfed5c857..e54c74511cb0 100644 --- a/include/svx/svdtrans.hxx +++ b/include/svx/svdtrans.hxx @@ -249,12 +249,6 @@ SVX_DLLPUBLIC void OrthoDistance4(const Point& rPt0, Point& rPt, bool bBigOrtho) // Calculation and intermediate values are in BigInt SVX_DLLPUBLIC long BigMulDiv(long nVal, long nMul, long nDiv); -// Lossy cancellation of a fraction -// nDigits specifies, how many significant digits the numerator -// and denominator should at least be retained -void Kuerzen(Fraction& rF, unsigned nDigits); - - class FrPair { Fraction aX; Fraction aY; |