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 201fb820ed73f6f38fedfc99ae184aad6e2d4f50 Author: mseidel <[email protected]> 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 e2ed04a..5436898 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 ) {
