summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impvect.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:05:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:05:30 +0000
commit2e027b96adc22ef0dc210a09f5212416f2c65a91 (patch)
treec520f1403dad690ae191bcd7a76efa77252ab0ca /vcl/source/gdi/impvect.cxx
parent6540584d58d9f08e1b7535e94b44884aea9b2ff5 (diff)
INTEGRATION: CWS dbgmacros1 (1.1.1.1.48.1.58); FILE MERGED
2003/04/10 09:28:22 kso 1.1.1.1.48.1.58.1: #108413# - debug macro unification.
Diffstat (limited to 'vcl/source/gdi/impvect.cxx')
-rw-r--r--vcl/source/gdi/impvect.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/impvect.cxx b/vcl/source/gdi/impvect.cxx
index 95f9e712038d..3597649675d3 100644
--- a/vcl/source/gdi/impvect.cxx
+++ b/vcl/source/gdi/impvect.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impvect.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:57:57 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:05:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@
// !!! ggf. einkommentieren, um Bitmaps zu erzeugen (nur, wenn File mit Debug uebersetzt wurde)
// #define DEBUG_BMPOUTPUT
-#if defined DEBUG && defined DEBUG_BMPOUTPUT
+#if (OSL_DEBUG_LEVEL > 1) && defined DEBUG_BMPOUTPUT
#define DBG_BMP 1
#else
#undef DBG_BMP