summaryrefslogtreecommitdiff
path: root/include/tools/bigint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/bigint.hxx')
-rw-r--r--include/tools/bigint.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/tools/bigint.hxx b/include/tools/bigint.hxx
index 4236692b51bb..c5564e700dec 100644
--- a/include/tools/bigint.hxx
+++ b/include/tools/bigint.hxx
@@ -28,6 +28,8 @@ class SvStream;
#define MAX_DIGITS 8
+class Fraction;
+
class TOOLS_DLLPUBLIC SAL_WARN_UNUSED BigInt
{
private:
@@ -145,6 +147,8 @@ public:
TOOLS_DLLPUBLIC friend bool operator> ( const BigInt& rVal1, const BigInt& rVal2 );
friend inline bool operator<=( const BigInt& rVal1, const BigInt& rVal2 );
friend inline bool operator>=( const BigInt& rVal1, const BigInt& rVal2 );
+
+ friend class Fraction;
};
inline BigInt::operator short() const