[Libreoffice-commits] core.git: filter/source

Caolán McNamara caolanm at redhat.com
Fri Sep 29 08:55:48 UTC 2017


 filter/source/msfilter/dffpropset.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 596c0dd89507479446870e1efda2f9bb5941edd3
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Sep 28 14:13:05 2017 +0100

    ofz: timeout
    
    Change-Id: I196b9289599fc6da66bcb51f68aa4e397040aed0
    Reviewed-on: https://gerrit.libreoffice.org/42909
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/filter/source/msfilter/dffpropset.cxx b/filter/source/msfilter/dffpropset.cxx
index 72dd1cb5df45..6c66c0702470 100644
--- a/filter/source/msfilter/dffpropset.cxx
+++ b/filter/source/msfilter/dffpropset.cxx
@@ -1330,8 +1330,7 @@ bool DffPropSet::SeekToContent( sal_uInt32 nRecType, SvStream& rStrm ) const
             sal_uInt16 nIndex = mpPropSetEntries[ nRecType ].nComplexIndexOrFlagsHAttr;
             if ( nIndex < maOffsets.size() )
             {
-                rStrm.Seek( maOffsets[ nIndex ] );
-                return true;
+                return checkSeek(rStrm, maOffsets[nIndex]);
             }
         }
     }


More information about the Libreoffice-commits mailing list