Kaydet (Commit) b19e943c authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708175 Uninitialized scalar field

Change-Id: I235f46bf9b0e672ddad16d9766a09f5c7c88a3e0
üst e1fcf731
......@@ -198,6 +198,9 @@ public:
SfxStatusIndicator(SfxBaseController* pController, SfxWorkWindow* pWork)
: xOwner( pController )
, pWorkWindow( pWork )
, _nRange(0)
, _nValue(0)
, _nStartTime(0)
{
++m_refCount;
Reference< lang::XComponent > xComponent(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment