New Defects reported by Coverity Scan for LibreOffice
Caolán McNamara
caolanm at redhat.com
Sat Feb 10 17:13:51 UTC 2018
On Fri, 2018-02-09 at 18:50 +0000, scan-admin at coverity.com wrote:
> Hi,
>
> Please find the latest report on new defect(s) introduced to
> LibreOffice found with Coverity Scan.
>
> _____________________________________________________________________
> ___________________________________
> *** CID 1429181: (DEADCODE)
> /sd/source/filter/eppt/pptx-epptooxml.cxx: 816 in
> oox::core::PowerPointExport::WriteTransition(const
> std::shared_ptr<sax_fastparser::FastSerializerHelper> &)()
since...
commit fa85592c0efba65f4a1b09fea950ec1c311bdd4c
Author: Szymon Kłos <szymon.klos at collabora.com>
Date: Mon Feb 5 12:41:58 2018 +0100
tdf#115394 export custom transition time in PPTX
bool isAdvanceTimingSet = advanceTiming != -1;
was added, but its above the line which might change advanceTiming away
from its default of -1 (i.e. mAny >>= advanceTiming) is that
intentional or is there something to be fixed ?
More information about the LibreOffice
mailing list