summaryrefslogtreecommitdiffstats
path: root/include/svtools/imap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/imap.hxx')
-rw-r--r--include/svtools/imap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/imap.hxx b/include/svtools/imap.hxx
index 951251d11bf0..37a513352778 100644
--- a/include/svtools/imap.hxx
+++ b/include/svtools/imap.hxx
@@ -27,7 +27,7 @@
class Point;
class Rectangle;
class Size;
-class Fraction;
+namespace boost { template<typename T> class rational; }
class IMapObject;
typedef ::std::vector< IMapObject* > IMapObjectList_impl;
@@ -117,7 +117,7 @@ public:
void SetName( const OUString& rName ) { aName = rName; }
// skaliert alle Objekte der ImageMap entpr. dem uebergebenen Faktor
- void Scale( const Fraction& rFractX, const Fraction& rFracY );
+ void Scale( const boost::rational<long>& rFractX, const boost::rational<long>& rFracY );
// Im-/Export
void Write ( SvStream& rOStm, const OUString& rBaseURL ) const;