This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 0e08416e52522be3de0ccca5d4742de20adc1744
Author: mseidel <[email protected]>
AuthorDate: Sun Feb 20 15:36:57 2022 +0100

    Decrease margin in page preview
    
    (cherry picked from commit bbfdf28b31e39cdd930c9b6445db1b68564d04d2)
---
 main/sw/source/core/view/pagepreviewlayout.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/sw/source/core/view/pagepreviewlayout.cxx 
b/main/sw/source/core/view/pagepreviewlayout.cxx
index 2aedd69..e2ed04a 100644
--- a/main/sw/source/core/view/pagepreviewlayout.cxx
+++ b/main/sw/source/core/view/pagepreviewlayout.cxx
@@ -56,8 +56,8 @@ extern void SwCalcPixStatics( OutputDevice *pOut );
 // 
=============================================================================
 SwPagePreviewLayout::SwPagePreviewLayout( ViewShell& _rParentViewShell,
                                           const SwRootFrm& _rLayoutRootFrm )
-    : mnXFree ( 4*142 ),
-      mnYFree ( 4*142 ),
+    : mnXFree ( 3 * 142 ),
+      mnYFree ( 4 * 142 ),
       mrParentViewShell( _rParentViewShell ),
       mrLayoutRootFrm ( _rLayoutRootFrm )
 {

Reply via email to