summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-07-09 11:55:30 +0000
committerAndreas Schlüns <as@openoffice.org>2001-07-09 11:55:30 +0000
commit86ab1734f0e375109fbf07967b3aaeb6b3dd885d (patch)
tree309de3e2f4222b875230db138daefa5e02674867 /framework
parent0731bf2aa97a1a84884115b01fe5e2247cf2bd17 (diff)
disable own time measure macros -> use rtl
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/macros/debug.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/framework/inc/macros/debug.hxx b/framework/inc/macros/debug.hxx
index aa783d9f4f04..f422c53ed88f 100644
--- a/framework/inc/macros/debug.hxx
+++ b/framework/inc/macros/debug.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: debug.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: as $ $Date: 2001-06-11 10:19:04 $
+ * last change: $Author: as $ $Date: 2001-07-09 12:55:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,7 +120,7 @@
#undef ENABLE_TARGETINGDEBUG
#undef ENABLE_PLUGINDEBUG
#undef ENABLE_MUTEXDEBUG
- #undef ENABLE_TIMEMEASURE
+// #undef ENABLE_TIMEMEASURE
#undef ENABLE_MEMORYMEASURE
#endif
@@ -185,9 +185,11 @@
// special macros to measure times of some operations
//*****************************************************************************************************************
+/*OBSOLETE
#ifndef __FRAMEWORK_MACROS_DEBUG_TIMEMEASURE_HXX_
#include <macros/debug/timemeasure.hxx>
#endif
+*/
//*****************************************************************************************************************
// end of file