Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

1 new defect(s) introduced to LibreOffice found with Coverity Scan.


New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)


** CID 1666419:       Uninitialized members  (UNINIT_CTOR)
/svx/source/customshapes/EnhancedCustomShapeEngine.cxx: 80           in 
EnhancedCustomShapeEngine::EnhancedCustomShapeEngine(const 
com::sun::star::uno::Sequence<com::sun::star::uno::Any> &)()


_____________________________________________________________________________________________
*** CID 1666419:         Uninitialized members  (UNINIT_CTOR)
/svx/source/customshapes/EnhancedCustomShapeEngine.cxx: 80             in 
EnhancedCustomShapeEngine::EnhancedCustomShapeEngine(const 
com::sun::star::uno::Sequence<com::sun::star::uno::Any> &)()
74                 else
75                     assert(false);
76             }
77             else
78                 assert(false);
79         }
>>>     CID 1666419:         Uninitialized members  (UNINIT_CTOR)
>>>     Non-static class member "mpCustomShape" is not initialized in this 
>>> constructor nor in any functions that it calls.
80     }
81     
82     EnhancedCustomShapeEngine::EnhancedCustomShapeEngine(SdrObjCustomShape& 
rShape) :
83         mpCustomShape(&rShape),
84         mbForceGroupWithText(false)
85     {


________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, 
https://scan.coverity.com/projects/libreoffice?tab=overview

Reply via email to