Kaydet (Commit) bbbce5e0 authored tarafından Michael Stahl's avatar Michael Stahl

oox: disable obnoxious debugging spew

Clearly the amount of noise here is at the SAL_INFO level, don't enable
this by default on --enable-debug.

Change-Id: Ifb8944132716c71cd3132892c1920a31286154cc
üst 3cd18263
...@@ -28,8 +28,9 @@ ...@@ -28,8 +28,9 @@
#define BS(x) (x ? "1":"0") #define BS(x) (x ? "1":"0")
#define USS(x) OUStringToOString( x, RTL_TEXTENCODING_UTF8 ).getStr() #define USS(x) OUStringToOString( x, RTL_TEXTENCODING_UTF8 ).getStr()
// FIXME: this should be removed and replaced by SAL_INFO
#ifndef DBG #ifndef DBG
# if OSL_DEBUG_LEVEL > 0 # if OSL_DEBUG_LEVEL > 1
# define DBG(x) x # define DBG(x) x
# else # else
# define DBG(x) # define DBG(x)
......
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