summaryrefslogtreecommitdiff
path: root/helpcompiler
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler')
-rw-r--r--helpcompiler/inc/HelpCompiler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx
index b1e7ab85fc41..e4688b537a54 100644
--- a/helpcompiler/inc/HelpCompiler.hxx
+++ b/helpcompiler/inc/HelpCompiler.hxx
@@ -52,9 +52,9 @@
#if OSL_DEBUG_LEVEL > 2
#include <iostream>
- #define HCDBG(foo) do { if (1) foo; } while(0)
+ #define HCDBG(foo) do { if (true) foo; } while(false)
#else
- #define HCDBG(foo) do { } while(0)
+ #define HCDBG(foo) do { } while(false)
#endif
namespace fs