summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-08-03 02:09:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-08-03 02:09:54 +0200
commit6abd27de9203a7bac73a32c27ef01760697fe2bd (patch)
tree8249f4c34efb92ceaeae8916ff546e89273ce56b
parentbf7efda042439d09ab86b0e8a9b43199b0f686ba (diff)
Move CMCDEBUG to OSL_DEBUG_LEVEL 3
-rw-r--r--l10ntools/source/help/HelpCompiler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/help/HelpCompiler.hxx b/l10ntools/source/help/HelpCompiler.hxx
index 606d711c02..215a8eb0ae 100644
--- a/l10ntools/source/help/HelpCompiler.hxx
+++ b/l10ntools/source/help/HelpCompiler.hxx
@@ -62,7 +62,7 @@
#define EMULATEORIGINAL 1
-#ifdef CMCDEBUG
+#if OSL_DEBUG_LEVEL > 2
#define HCDBG(foo) do { if (1) foo; } while(0)
#else
#define HCDBG(foo) do { if (0) foo; } while(0)