coverity#708175 Uninitialized scalar field
Change-Id: I235f46bf9b0e672ddad16d9766a09f5c7c88a3e0
This commit is contained in:
@@ -198,6 +198,9 @@ public:
|
|||||||
SfxStatusIndicator(SfxBaseController* pController, SfxWorkWindow* pWork)
|
SfxStatusIndicator(SfxBaseController* pController, SfxWorkWindow* pWork)
|
||||||
: xOwner( pController )
|
: xOwner( pController )
|
||||||
, pWorkWindow( pWork )
|
, pWorkWindow( pWork )
|
||||||
|
, _nRange(0)
|
||||||
|
, _nValue(0)
|
||||||
|
, _nStartTime(0)
|
||||||
{
|
{
|
||||||
++m_refCount;
|
++m_refCount;
|
||||||
Reference< lang::XComponent > xComponent(
|
Reference< lang::XComponent > xComponent(
|
||||||
|
Reference in New Issue
Block a user