View | Details | Raw Unified | Return to issue 119496
Collapse All | Expand All

(-)filter/source/msfilter/msdffimp.cxx (+3 lines)
Lines 4434-4439 Link Here
4434
						}
4434
						}
4435
						if ( GetPropertyValue( DFF_Prop_gtextFStrikethrough, 0 ) & 0x1000 )	// SJ: Font Kerning On ?
4435
						if ( GetPropertyValue( DFF_Prop_gtextFStrikethrough, 0 ) & 0x1000 )	// SJ: Font Kerning On ?
4436
							aSet.Put( SvxKerningItem( 1, EE_CHAR_KERNING ) );
4436
							aSet.Put( SvxKerningItem( 1, EE_CHAR_KERNING ) );
4437
						//the resize autoshape to fit text attr of word art in MS PPT is always false
4438
						aSet.Put( SdrTextAutoGrowHeightItem( sal_False ) );
4439
						aSet.Put( SdrTextAutoGrowWidthItem( sal_False ) );
4437
					}
4440
					}
4438
                    pRet->SetMergedItemSet( aSet );
4441
                    pRet->SetMergedItemSet( aSet );
4439
4442

Return to issue 119496