summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
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)