[Libreoffice-commits] .: Branch 'libreoffice-3-4' - filter/source
Petr Mladek
pmladek at kemper.freedesktop.org
Thu Apr 28 07:40:58 PDT 2011
filter/source/msfilter/svdfppt.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3a3c72945dbc693012ba5bb15f2d3f60abd96e7a
Author: Radek Doulik <rodo at novell.com>
Date: Thu Apr 28 16:39:14 2011 +0200
svx-ppt-import-fix-bullet-size.diff: bullet size import (bnc#515972)
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index e15afe1..95c7723 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -4827,7 +4827,7 @@ void PPTStyleTextPropReader::ReadParaProps( SvStream& rIn, SdrPowerPointImport&
{
rIn >> aSet.mpArry[ PPT_ParaAttr_BulletHeight ];
if ( ! ( ( nMask & ( 1 << PPT_ParaAttr_BuHardHeight ) )
- && ( nBulFlg && ( 1 << PPT_ParaAttr_BuHardHeight ) ) ) )
+ && ( nBulFlg & ( 1 << PPT_ParaAttr_BuHardHeight ) ) ) )
aSet.mnAttrSet ^= 0x40;
}
if ( nMask & 0x0020 ) // buColor
More information about the Libreoffice-commits
mailing list