diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-13 00:00:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-13 00:00:47 +0100 |
commit | b3729421aead56f598b68cd2069c7b33b40e330c (patch) | |
tree | aebd9f3ba9eec0ead9fa185db7820c50b62e4494 /sfx2 | |
parent | 8803b1faf59ab42a9d55fd88127201e5dbf01a36 (diff) |
Some cppcheck cleaning
Change-Id: I3d515fabc272e5c14f2e2779da1c43f92514f290
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/dispatch.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx index 6ec85ea1a55a..6e81c0b31aac 100644 --- a/sfx2/source/control/dispatch.cxx +++ b/sfx2/source/control/dispatch.cxx @@ -101,9 +101,7 @@ struct SfxObjectBars_Impl String aName; SfxInterface* pIFace; - SfxObjectBars_Impl() : - nResId( 0 ) - {} + SfxObjectBars_Impl() : nResId(0), nMode(0), pIFace(NULL) {} }; //------------------------------------------------------------------ |