[Libreoffice-commits] core.git: sd/source

heiko tietze tietze.heiko at gmail.com
Mon Aug 7 12:49:06 UTC 2017


 sd/source/core/drawdoc2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 22d5927000a32c54b0ba0355ca9c0999d3b00fb7
Author: heiko tietze <tietze.heiko at gmail.com>
Date:   Thu Aug 3 18:59:31 2017 +0200

    tdf#93244 Widescreen format
    
    By default the slide format is now 16:9 in Impress
    
    Change-Id: Ia3dd48da772c53b04f7fa833e1667acc78b8bdad
    Reviewed-on: https://gerrit.libreoffice.org/40733
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
    Reviewed-by: Heiko Tietze <tietze.heiko at googlemail.com>

diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx
index ea68d0694a08..647443663085 100644
--- a/sd/source/core/drawdoc2.cxx
+++ b/sd/source/core/drawdoc2.cxx
@@ -610,7 +610,7 @@ void SdDrawDocument::CreateFirstPages( SdDrawDocument const * pRefDocument /* =
             else
             {
                 // Impress: always use screen format, landscape.
-                Size aSz( SvxPaperInfo::GetPaperSize(PAPER_SCREEN_4_3, MapUnit::Map100thMM) );
+                Size aSz( SvxPaperInfo::GetPaperSize(PAPER_SCREEN_16_9, MapUnit::Map100thMM) );
                 pPage->SetSize( Size( aSz.Height(), aSz.Width() ) );
                 pPage->SetBorder(0, 0, 0, 0);
             }


More information about the Libreoffice-commits mailing list