Kaydet (Commit) 8e8e338f authored tarafından Julien Nabet's avatar Julien Nabet

cppcheck: fix some uninitMemberVar

Change-Id: Ie26e5adf2324f2af0a48c06d86545acf2acb1873
üst 73fc0f7a
...@@ -75,6 +75,9 @@ struct SfxRequest_Impl: public SfxListener ...@@ -75,6 +75,9 @@ struct SfxRequest_Impl: public SfxListener
SfxRequest_Impl( SfxRequest *pOwner ) SfxRequest_Impl( SfxRequest *pOwner )
: pAnti( pOwner) : pAnti( pOwner)
, pPool(0) , pPool(0)
, pRetVal(0)
, pShell(0)
, pSlot(0)
, nModifier(0) , nModifier(0)
, bCancelled(sal_False) , bCancelled(sal_False)
, nCallMode( SFX_CALLMODE_SYNCHRON ) , nCallMode( SFX_CALLMODE_SYNCHRON )
......
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