summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-07-29 13:51:49 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-29 13:58:43 +0200
commit00269d39f655bb0ecb38c043a9516b4faefe6708 (patch)
tree631f3ed20065b4a40ce960d78b0b44c8a67c34af /include
parentf08ffc15e21ec60e587825de2450b4d31e88871a (diff)
svx: remove duplicate "Kuerzen" function
Change-Id: I319ba12684398bcdfcd8d8ede1648e1d213e75a7
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdtrans.hxx6
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;