[Libreoffice-commits] core.git: sw/qa

Miklos Vajna vmiklos at collabora.co.uk
Wed Jul 5 08:59:30 UTC 2017


 sw/qa/extras/ooxmlexport/data/tdf96750_landscapeFollow.docx |binary
 1 file changed

New commits:
commit de2649025c730fdb8db3175c5e99bee8efe9b313
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Jul 5 09:16:57 2017 +0200

    tdf#96750 make test document more minimal
    
    Tested that the test still fails without the fix using this patch:
    
            diff --git a/writerfilter/source/dmapper/PropertyMap.cxx b/writerfilter/source/dmapper/PropertyMap.cxx
            index d2191f796427..6aeeff1c1f60 100644
            --- a/writerfilter/source/dmapper/PropertyMap.cxx
            +++ b/writerfilter/source/dmapper/PropertyMap.cxx
            @@ -1321,7 +1321,7 @@ void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl )
                     Insert( PROP_GRID_BASE_WIDTH, uno::makeAny( nCharWidth ) );
                     Insert( PROP_GRID_RUBY_HEIGHT, uno::makeAny( sal_Int32( 0 ) ) );
    
            -        if ( rDM_Impl.IsNewDoc() )
            +        if ( rDM_Impl.IsNewDoc() && 0)
                         ApplyProperties_( xFollowPageStyle );
    
                     //todo: creating a "First Page" style depends on HasTitlePage und _fFacingPage_
    
    Change-Id: Ief4c68a0359b6dff08e18760e6c605bf1dbf59f1
    Reviewed-on: https://gerrit.libreoffice.org/39554
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/sw/qa/extras/ooxmlexport/data/tdf96750_landscapeFollow.docx b/sw/qa/extras/ooxmlexport/data/tdf96750_landscapeFollow.docx
index c76b14dccfe0..612078b26b6f 100644
Binary files a/sw/qa/extras/ooxmlexport/data/tdf96750_landscapeFollow.docx and b/sw/qa/extras/ooxmlexport/data/tdf96750_landscapeFollow.docx differ


More information about the Libreoffice-commits mailing list