diff options
Diffstat (limited to 'include/svx/svdouno.hxx')
-rw-r--r-- | include/svx/svdouno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdouno.hxx b/include/svx/svdouno.hxx index f22cb57f161f..d72f5eb32349 100644 --- a/include/svx/svdouno.hxx +++ b/include/svx/svdouno.hxx @@ -80,7 +80,7 @@ public: virtual SdrUnoObj* Clone() const SAL_OVERRIDE; SdrUnoObj& operator= (const SdrUnoObj& rObj); - virtual void NbcResize(const Point& rRef, const boost::rational<long>& xFact, const boost::rational<long>& yFact) SAL_OVERRIDE; + virtual void NbcResize(const Point& rRef, const boost::rational<sal_Int64>& xFact, const boost::rational<sal_Int64>& yFact) SAL_OVERRIDE; virtual void NbcSetLayer(SdrLayerID nLayer) SAL_OVERRIDE; // SpecialDrag support |