summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:19:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:19:13 +0000
commiteb0965d062494a2b365d449814db435d5cae1912 (patch)
tree51f3374789412d40062483811f8848d17a27b6c3 /extensions/source
parent79a8c2334718b0b7ec9283b5258bc13f339c248a (diff)
INTEGRATION: CWS dbgmacros1 (1.4.86); FILE MERGED
2003/04/09 10:54:53 kso 1.4.86.1: #108413# - debug macro unification.
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/scanner/scanunx.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/extensions/source/scanner/scanunx.cxx b/extensions/source/scanner/scanunx.cxx
index 3f2aed3d28a2..9a727866e328 100644
--- a/extensions/source/scanner/scanunx.cxx
+++ b/extensions/source/scanner/scanunx.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scanunx.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2001-11-02 11:00:34 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:19:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,20 +63,20 @@
#include <vos/thread.hxx>
#include <tools/list.hxx>
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
#include <stdio.h>
#endif
BitmapTransporter::BitmapTransporter()
{
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "BitmapTransporter\n" );
#endif
}
BitmapTransporter::~BitmapTransporter()
{
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "~BitmapTransporter\n" );
#endif
}
@@ -178,14 +178,14 @@ ScannerThread::ScannerThread(
ScannerManager* pManager )
: m_pHolder( pHolder ), m_xListener( listener ), m_pManager( pManager )
{
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "ScannerThread\n" );
#endif
}
ScannerThread::~ScannerThread()
{
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "~ScannerThread\n" );
#endif
}
@@ -274,7 +274,7 @@ BOOL ScannerManager::configureScanner( ScannerContext& scanner_context ) throw(
{
vos::OGuard aGuard( aSaneProtector );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "ScannerManager::configureScanner\n" );
#endif
@@ -295,7 +295,7 @@ void ScannerManager::startScan( const ScannerContext& scanner_context,
{
vos::OGuard aGuard( aSaneProtector );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "ScannerManager::startScan\n" );
#endif