summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/PropertyMapHelper.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-11-23 21:26:02 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-11-23 21:26:02 +0100
commit3009f63562c39b27a99f20d8d7c1a75883bc7f9e (patch)
tree02640c613bda7a9e2b02ac27d65207e34314f2e2 /writerfilter/source/dmapper/PropertyMapHelper.hxx
parentc3088cddedb0af58fd63ad3f1dd7d7025766e11d (diff)
Coherent use of debug level for writerfilter diagnostics
This amends commit 130d4a6ed54e55e3263e23288590e933425899a7, in that it uses the same debug level check to enable writerfilter debugging facilities.
Diffstat (limited to 'writerfilter/source/dmapper/PropertyMapHelper.hxx')
-rw-r--r--writerfilter/source/dmapper/PropertyMapHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/PropertyMapHelper.hxx b/writerfilter/source/dmapper/PropertyMapHelper.hxx
index 039a8da5df57..ba568caaf97d 100644
--- a/writerfilter/source/dmapper/PropertyMapHelper.hxx
+++ b/writerfilter/source/dmapper/PropertyMapHelper.hxx
@@ -29,7 +29,7 @@
*
************************************************************************/
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
#include "PropertyMap.hxx"
#include <com/sun/star/beans/PropertyValues.hpp>