merge the formfield patch from ooo-build
[ooovba.git] / applied_patches / 0597-svx-ppt-import-fix-bullet-size.diff
blobe87148c780a331e5a0dc4c571dba9ad6f6192889
1 diff -rup svx-orig/source/svdraw/svdfppt.cxx svx/source/svdraw/svdfppt.cxx
2 --- svx-orig/source/svdraw/svdfppt.cxx 2009-09-23 11:36:41.000000000 +0200
3 +++ svx/source/svdraw/svdfppt.cxx 2009-09-23 11:36:51.000000000 +0200
4 @@ -5021,7 +5021,7 @@ void PPTStyleTextPropReader::ReadParaPro
6 rIn >> aSet.mpArry[ PPT_ParaAttr_BulletHeight ];
7 if ( ! ( ( nMask & ( 1 << PPT_ParaAttr_BuHardHeight ) )
8 - && ( nBulFlg && ( 1 << PPT_ParaAttr_BuHardHeight ) ) ) )
9 + && ( nBulFlg & ( 1 << PPT_ParaAttr_BuHardHeight ) ) ) )
10 aSet.mnAttrSet ^= 0x40;
12 if ( nMask & 0x0020 ) // buColor