summaryrefslogtreecommitdiff
path: root/vcl/source/app/svmain.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-05-08 17:03:08 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-05-22 09:48:17 +0100
commit4ea70f09e964fd39b46941313493a11e131e21e1 (patch)
treef52c01fe157d91d708f43ad65808a0f29a2e9ddf /vcl/source/app/svmain.cxx
parentc39bf522eed16b5e53e3f955579692906579fc47 (diff)
Initial cut at some infinite monkeys work.
Change-Id: I71c7fe027262305893d8eabee94a726f4aa909d6
Diffstat (limited to 'vcl/source/app/svmain.cxx')
-rw-r--r--vcl/source/app/svmain.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index f5b05fef40ac..25c8f995a0db 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -37,6 +37,7 @@
#include "vcl/configsettings.hxx"
#include "vcl/lazydelete.hxx"
#include "vcl/embeddedfontshelper.hxx"
+#include "vcl/debugevent.hxx"
#ifdef WNT
#include <svsys.h>
@@ -288,6 +289,10 @@ bool InitVCL()
DBGGUI_INIT_SOLARMUTEXCHECK();
+#if OSL_DEBUG_LEVEL > 0
+ DebugEventInjector::getCreate();
+#endif
+
return true;
}