summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/sdwindow.cxx')
-rw-r--r--sd/source/ui/view/sdwindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx
index 1d498ee0f12c..49149706a986 100644
--- a/sd/source/ui/view/sdwindow.cxx
+++ b/sd/source/ui/view/sdwindow.cxx
@@ -318,8 +318,8 @@ long Window::SetZoomFactor(long nZoom)
// Set the zoom factor at the window's map mode.
MapMode aMap(GetMapMode());
- aMap.SetScaleX(boost::rational<sal_Int64>(nZoom, 100));
- aMap.SetScaleY(boost::rational<sal_Int64>(nZoom, 100));
+ aMap.SetScaleX(boost::rational<long>(nZoom, 100));
+ aMap.SetScaleY(boost::rational<long>(nZoom, 100));
SetMapMode(aMap);
// invalidate previous size - it was relative to the old scaling