enable emf debug dump when dbglevel > 1

This commit is contained in:
Radek Doulik 2011-07-26 14:18:13 +02:00
parent bcd76a23fa
commit 067362e1ce

View file

@ -92,8 +92,11 @@
#define EmfPlusRegionInitialStateEmpty 0x10000002
#define EmfPlusRegionInitialStateInfinite 0x10000003
#if OSL_DEBUG_LEVEL > 1
#define EMFP_DEBUG(x) x
#else
#define EMFP_DEBUG(x)
//#define EMFP_DEBUG(x) x
#endif
using namespace ::com::sun::star;