Should initialise Module::mpModule to 0

Change-Id: Ie4648b82a524a7ddcd427d7d2543bc7691eddcf8
This commit is contained in:
Tor Lillqvist 2013-04-12 22:51:28 +03:00
parent 8dba30fcf6
commit 9be3e8e8d5

View file

@ -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
{