[Libreoffice-commits] .: l10ntools/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Tue Aug 2 17:09:48 PDT 2011


 l10ntools/source/help/HelpCompiler.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6abd27de9203a7bac73a32c27ef01760697fe2bd
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Aug 3 02:09:54 2011 +0200

    Move CMCDEBUG to OSL_DEBUG_LEVEL 3

diff --git a/l10ntools/source/help/HelpCompiler.hxx b/l10ntools/source/help/HelpCompiler.hxx
index 606d711..215a8eb 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)


More information about the Libreoffice-commits mailing list