filter/source/msfilter/svdfppt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6cc11e591f267f23ace5f5358074f7511518499e Author: Caolán McNamara <[email protected]> Date: Tue Oct 21 16:29:41 2014 +0100 true on success, false on failure Change-Id: Iaba5f2634e985cf41d52bedcbf7ac1c060d02c1d diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx index afa3b14..36524eb 100644 --- a/filter/source/msfilter/svdfppt.cxx +++ b/filter/source/msfilter/svdfppt.cxx @@ -3975,7 +3975,7 @@ bool PPTParaSheet::Read( SdrPowerPointImport& } nPMask >>= 1; } - return false; + return true; } void PPTParaSheet::UpdateBulletRelSize( sal_uInt32 nLevel, sal_uInt16 nFontHeight )
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
