diff options
-rw-r--r-- | svx/source/dialog/pagectrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/pagectrl.cxx b/svx/source/dialog/pagectrl.cxx index 998271eafb3d..7aa7e8b167ed 100644 --- a/svx/source/dialog/pagectrl.cxx +++ b/svx/source/dialog/pagectrl.cxx @@ -128,7 +128,7 @@ void SvxPageWindow::Paint(const Rectangle&) // Draw Landscape page of the same size boost::rational<long> aX = aMapMode.GetScaleX(); boost::rational<long> aY = aMapMode.GetScaleY(); - boost::rational<long> a2(3, 2); + boost::rational<long> a2(1.5); aX *= a2; aY *= a2; aMapMode.SetScaleX(aX); |