summaryrefslogtreecommitdiff
path: root/l10ntools
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
commitae0c770c9f617c41cedfc653fc8d56deaefdd673 (patch)
treecc13963c15aea02f78c16b2e854477b5d32bd5fe /l10ntools
parent1b5f37d262718920f4efe6387287d76d97daeba4 (diff)
Move CMCDEBUG to OSL_DEBUG_LEVEL 3
Diffstat (limited to 'l10ntools')
-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 6642d571c67b..80fc692c0bf2 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)