Kaydet (Commit) 55b38ffe authored tarafından Radek Doulik's avatar Radek Doulik

enable emf debug dump when dbglevel > 1

üst e5e78273
...@@ -95,8 +95,11 @@ ...@@ -95,8 +95,11 @@
#include "outdevstate.hxx" #include "outdevstate.hxx"
#include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx>
#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