summaryrefslogtreecommitdiff
path: root/include/svtools/imappoly.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/imappoly.hxx')
-rw-r--r--include/svtools/imappoly.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/imappoly.hxx b/include/svtools/imappoly.hxx
index 23c23fb6d088..40fff04898ed 100644
--- a/include/svtools/imappoly.hxx
+++ b/include/svtools/imappoly.hxx
@@ -66,7 +66,7 @@ public:
const Rectangle& GetExtraEllipse() const { return aEllipse; }
void SetExtraEllipse( const Rectangle& rEllipse );
- void Scale( const boost::rational<sal_Int64>& rFractX, const boost::rational<sal_Int64>& rFracY );
+ void Scale( const boost::rational<long>& rFractX, const boost::rational<long>& rFracY );
using IMapObject::IsEqual;
bool IsEqual( const IMapPolygonObject& rEqObj );