diff options
Diffstat (limited to 'include/svx/svddrgmt.hxx')
-rw-r--r-- | include/svx/svddrgmt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svddrgmt.hxx b/include/svx/svddrgmt.hxx index b267857f10f7..ad37eeee3099 100644 --- a/include/svx/svddrgmt.hxx +++ b/include/svx/svddrgmt.hxx @@ -258,8 +258,8 @@ public: class SVX_DLLPUBLIC SdrDragResize : public SdrDragMethod { protected: - boost::rational<sal_Int64> aXFact; - boost::rational<sal_Int64> aYFact; + boost::rational<long> aXFact; + boost::rational<long> aYFact; public: TYPEINFO_OVERRIDE(); |