You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2022/02/20 15:44:13 UTC

[openoffice] branch AOO42X updated (b6af824 -> b76f2c3)

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

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


    from b6af824  Updated icons
     new 694fcf5  Decrease margin in page preview
     new b76f2c3  Forgot mnYFree in last commit

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 main/sw/source/core/view/pagepreviewlayout.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[openoffice] 01/02: Decrease margin in page preview

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 694fcf5844b25edeabb80d248463dedd37492088
Author: mseidel <ms...@apache.org>
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 e78ca94..2fee397 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 )
 {

[openoffice] 02/02: Forgot mnYFree in last commit

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b76f2c32af0364d74c85dc002ce2df3dbef39354
Author: mseidel <ms...@apache.org>
AuthorDate: Sun Feb 20 15:39:14 2022 +0100

    Forgot mnYFree in last commit
    
    (cherry picked from commit 63a8c8a8d4ce45147189bf21c6346ae1e7262d1a)
---
 main/sw/source/core/view/pagepreviewlayout.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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