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 <[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 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 ) {
