summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-04-28 16:39:14 +0200
committerPetr Mladek <pmladek@suse.cz>2011-04-28 16:39:14 +0200
commit121c28643b5eef61d24560b6a0799d03cc42a2eb (patch)
treec2d9255e3d1d0b763441dede109a15d68d5188bd /filter
parentfix-ppt-linespacing-import-export.diff: fix ppt import (bnc#355302) (diff)
downloadcore-121c28643b5eef61d24560b6a0799d03cc42a2eb.tar.gz
core-121c28643b5eef61d24560b6a0799d03cc42a2eb.zip
svx-ppt-import-fix-bullet-size.diff: bullet size import (bnc#515972)
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index d4bd3cd4e1aa..8fd37f83a989 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