From ae0c770c9f617c41cedfc653fc8d56deaefdd673 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 3 Aug 2011 02:09:54 +0200 Subject: Move CMCDEBUG to OSL_DEBUG_LEVEL 3 --- l10ntools/source/help/HelpCompiler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools/source') 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) -- cgit