diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-01-27 23:07:58 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-01-27 23:11:41 +0100 |
commit | b8d4b8656f1f4e4782ba7460070e99babc8a499e (patch) | |
tree | ad2931235c0db8cba968df4e30ed11c47f268f90 /sfx2 | |
parent | c3488487752d2083b9e8a45266fdc40df84be686 (diff) |
Some cppcheck cleaning
Change-Id: I7217ab7500de5d8220b85e56aceb6e843bd0769f
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/objface.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx index dc0417bc389a..9e253f0fa3cf 100644 --- a/sfx2/source/control/objface.cxx +++ b/sfx2/source/control/objface.cxx @@ -91,6 +91,7 @@ struct SfxInterface_Impl SfxInterface_Impl() : aPopupRes(0,*SfxApplication::GetOrCreate()->GetSfxResManager()), aStatBarRes(0,*SfxApplication::GetOrCreate()->GetSfxResManager()) + , pModule(NULL) , bRegistered(sal_False) { pObjectBars = new SfxObjectUIArr_Impl; |