Kaydet (Commit) 067362e1 authored tarafından Radek Doulik's avatar Radek Doulik

enable emf debug dump when dbglevel > 1

üst bcd76a23
...@@ -92,8 +92,11 @@ ...@@ -92,8 +92,11 @@
#define EmfPlusRegionInitialStateEmpty 0x10000002 #define EmfPlusRegionInitialStateEmpty 0x10000002
#define EmfPlusRegionInitialStateInfinite 0x10000003 #define EmfPlusRegionInitialStateInfinite 0x10000003
#if OSL_DEBUG_LEVEL > 1
#define EMFP_DEBUG(x) x
#else
#define EMFP_DEBUG(x) #define EMFP_DEBUG(x)
//#define EMFP_DEBUG(x) x #endif
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment