include/vcl/debugevent.hxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 51f92027b49da2375c01594e3e193f7fb1e3d2c1
Author: Michael Meeks <[email protected]>
Date: Thu May 22 10:28:11 2014 +0100
Fix Windows link issue around missing vtable fn.
Change-Id: I8a9a8c56b91783288e2319ad3a5e9803ab5562d0
diff --git a/include/vcl/debugevent.hxx b/include/vcl/debugevent.hxx
index 56c47ff..c61f93f 100644
--- a/include/vcl/debugevent.hxx
+++ b/include/vcl/debugevent.hxx
@@ -10,6 +10,8 @@
#ifndef INCLUDED_VCL_DEBUGEVENT_HXX
#define INCLUDED_VCL_DEBUGEVENT_HXX
+#if OSL_DEBUG_LEVEL > 0
+
#include <vcl/dllapi.h>
#include <vcl/timer.hxx>
#include <sal/types.h>
@@ -31,6 +33,8 @@ class VCL_DLLPUBLIC DebugEventInjector : Timer {
static DebugEventInjector *getCreate();
};
+#endif // OSL_DEBUG_LEVEL > 0
+
#endif // INCLUDED_VCL_DEBUGEVENT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits