summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:55:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:55:55 +0000
commit0f8ca5a723561c6d8552ef54f1a12119c57bde1e (patch)
tree9f8df3875839af0c3f3e322838c6949a644497fc /tools/source
parent2288a793ea1c620449fd1d055d0e5f2ab3c60d43 (diff)
INTEGRATION: CWS dbgmacros1 (1.11.68); FILE MERGED
2003/04/10 09:22:04 kso 1.11.68.1: #108413# - debug macro unification.
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/stream/stream.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx
index 39a1dbd4b1e5..a16cbc7533e3 100644
--- a/tools/source/stream/stream.cxx
+++ b/tools/source/stream/stream.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stream.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: mhu $ $Date: 2002-06-28 18:04:51 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:55:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,7 @@
#include <stdlib.h> // strtol, _crotl
/*
-#if defined( DBG_UTIL ) && defined( DEBUG )
+#if defined( DBG_UTIL ) && (OSL_DEBUG_LEVEL > 1)
// prueft Synchronisation des Buffers nach allen Read, Write, Seek
#define OV_DEBUG
#endif