[Libreoffice-commits] .: Branch 'libreoffice-3-4' - filter/source
Noel Power
noelp at kemper.freedesktop.org
Wed Aug 10 07:04:11 PDT 2011
filter/source/msfilter/msdffimp.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit ec0b504f1bb452452aab775da1d282d646df9950
Author: Noel Power <noel.power at novell.com>
Date: Wed Aug 10 15:04:51 2011 +0100
fix build breaker
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 5b730e2..aabba56 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -4631,8 +4631,7 @@ SdrObject* SvxMSDffManager::ImportGroup( const DffRecordHeader& rHd, SvStream& r
{
mnFix16Angle = 0;
- if (!aRecHd.SeekToBegOfRecord(rSt))
- return pRet;
+ aRecHd.SeekToBegOfRecord(rSt);
pRet = ImportObj( rSt, pClientData, rClientRect, rGlobalChildRect, nCalledByGroup + 1, pShapeId );
if ( pRet )
More information about the Libreoffice-commits
mailing list