From de2649025c730fdb8db3175c5e99bee8efe9b313 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 5 Jul 2017 09:16:57 +0200 Subject: 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 Reviewed-by: Miklos Vajna --- .../ooxmlexport/data/tdf96750_landscapeFollow.docx | Bin 35183 -> 24129 bytes 1 file changed, 0 insertions(+), 0 deletions(-) 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 -- cgit