summaryrefslogtreecommitdiff
path: root/framework/inc/macros/debug.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/macros/debug.hxx')
-rw-r--r--framework/inc/macros/debug.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/framework/inc/macros/debug.hxx b/framework/inc/macros/debug.hxx
index de3d07a60931..e598b51b4245 100644
--- a/framework/inc/macros/debug.hxx
+++ b/framework/inc/macros/debug.hxx
@@ -35,12 +35,6 @@
#ifndef ENABLE_LOGMECHANISM
#define ENABLE_LOGMECHANISM
#endif
- // Enable assertion handling himself AND additional warnings.
- // The default logtype is MESSAGEBOX.
- // see "assertion.hxx" for further information
- #ifndef ENABLE_ASSERTIONS
- #define ENABLE_ASSERTIONS
- #endif
//-----------------------------------------------------------------------------------------------------------------
// => "non product"
@@ -52,23 +46,14 @@
#ifndef ENABLE_LOGMECHANISM
#define ENABLE_LOGMECHANISM
#endif
- // Enable assertion handling himself.
- // The default logtype is MESSAGEBOX.
- // see "assertion.hxx" for further information
- #ifndef ENABLE_ASSERTIONS
- #define ENABLE_ASSERTIONS
- #endif
//-----------------------------------------------------------------------------------------------------------------
// => "product" (OSL_DEBUG_LEVEL == 0)
#else
#undef ENABLE_LOGMECHANISM
- #undef ENABLE_ASSERTIONS
#undef ENABLE_EVENTDEBUG
#undef ENABLE_REGISTRATIONDEBUG
-// #undef ENABLE_TIMEMEASURE
- #undef ENABLE_MEMORYMEASURE
#undef ENABLE_FILTERDBG
#endif
@@ -80,11 +65,6 @@
#include <macros/debug/logmechanism.hxx>
//*****************************************************************************************************************
-// special macros for assertion handling
-//*****************************************************************************************************************
-#include <macros/debug/assertion.hxx>
-
-//*****************************************************************************************************************
// special macros for event handling
//*****************************************************************************************************************
#include <macros/debug/event.hxx>