Kaydet (Commit) de264902 authored tarafından Miklos Vajna's avatar Miklos Vajna

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/39554Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst df044af5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment