Kaydet (Commit) 9be3e8e8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Should initialise Module::mpModule to 0

Change-Id: Ie4648b82a524a7ddcd427d7d2543bc7691eddcf8
üst 8dba30fc
......@@ -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
{
......
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