summaryrefslogtreecommitdiff
path: root/l10ntools/source/help/HelpCompiler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/help/HelpCompiler.hxx')
-rw-r--r--l10ntools/source/help/HelpCompiler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/help/HelpCompiler.hxx b/l10ntools/source/help/HelpCompiler.hxx
index 5e0ec8d032cb..cd8357518ded 100644
--- a/l10ntools/source/help/HelpCompiler.hxx
+++ b/l10ntools/source/help/HelpCompiler.hxx
@@ -34,7 +34,6 @@
#include <vector>
#include <list>
#include <fstream>
-#include <iostream>
#include <sstream>
#include <algorithm>
#include <ctype.h>
@@ -61,9 +60,10 @@
#include <compilehelp.hxx>
#if OSL_DEBUG_LEVEL > 2
+ #include <iostream>
#define HCDBG(foo) do { if (1) foo; } while(0)
#else
- #define HCDBG(foo) do { if (0) foo; } while(0)
+ #define HCDBG(foo) do { } while(0)
#endif
namespace fs