sd/source/ui/inc/ViewShell.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 88e1753e883dbdbf27c9f9c137b014c01de0c163 Author: Mohit Marathe <[email protected]> AuthorDate: Tue Dec 9 12:06:13 2025 +0530 Commit: Mohit Marathe <[email protected]> CommitDate: Tue Dec 9 12:48:39 2025 +0100 sd: better default zoom for canvas and non-canvas pages Signed-off-by: Mohit Marathe <[email protected]> Change-Id: Ia20643ec4a39730cbc2295d7818cfc80d0ece54a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195266 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Michael Stahl <[email protected]> diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index a89126f4af97..d3daa0ceb7b4 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -487,8 +487,8 @@ protected: sal_uInt16 mnPrintedHandoutPageNum; // Page number of the handout page that is to be printed. sal_uInt16 mnPrintedHandoutPageCount; // Page count of the handout pages that are to be printed. - sal_uInt16 mnCanvasPageZoom = 0; - sal_uInt16 mnNonCanvasPageZoom = 0; + sal_uInt16 mnCanvasPageZoom = 20; + sal_uInt16 mnNonCanvasPageZoom = 100; //af bool bPrintDirectSelected; // Print only selected objects in direct print //afString sPageRange; // pagerange if selected objects in direct print
