Should initialise Module::mpModule to 0
Change-Id: Ie4648b82a524a7ddcd427d7d2543bc7691eddcf8
This commit is contained in:
parent
8dba30fcf6
commit
9be3e8e8d5
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace basctl
|
|||
using namespace ::com::sun::star;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
||||
Module* Module::mpModule;
|
||||
Module* Module::mpModule = 0;
|
||||
|
||||
namespace
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue