diff options
author | Rob Snelders <programming@ertai.nl> | 2012-04-05 22:40:21 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-04-10 13:37:11 +0200 |
commit | 912e36e911201742633e7c0a0a56f247735ee09c (patch) | |
tree | 5ccff01ba1b8012e1f928dfca89dcafa8f00c6f2 /connectivity | |
parent | 1ae4c87367d1719a100b61eb694a7a186d2e8d6b (diff) |
Remove VERBOSE part 3
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/RowFunctionParser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/RowFunctionParser.cxx b/connectivity/source/commontools/RowFunctionParser.cxx index 077f9bd800e4..0bb5f602beda 100644 --- a/connectivity/source/commontools/RowFunctionParser.cxx +++ b/connectivity/source/commontools/RowFunctionParser.cxx @@ -32,7 +32,7 @@ // But watch out, the parser might have // state not visible to this code! #define BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE -#if defined(VERBOSE) && defined(DBG_UTIL) +#if OSL_DEBUG_LEVEL >= 2 && defined(DBG_UTIL) #include <typeinfo> #define BOOST_SPIRIT_DEBUG #endif |