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

New commits:
commit 22d5927000a32c54b0ba0355ca9c0999d3b00fb7
Author: heiko tietze <tietze.he...@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 <c...@libreoffice.org>
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>
    Reviewed-by: Heiko Tietze <tietze.he...@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);
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to