summaryrefslogtreecommitdiffstats
path: root/shell/source/win32/simplemail/senddoc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/simplemail/senddoc.cxx')
-rw-r--r--shell/source/win32/simplemail/senddoc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/win32/simplemail/senddoc.cxx b/shell/source/win32/simplemail/senddoc.cxx
index ace7303060ce..a17df2161114 100644
--- a/shell/source/win32/simplemail/senddoc.cxx
+++ b/shell/source/win32/simplemail/senddoc.cxx
@@ -33,7 +33,7 @@
#include <sstream>
#include <stdexcept>
-#if OSL_DEBUG_LEVEL > 2
+#if OSL_DEBUG_LEVEL > 0
void dumpParameter();
#endif
@@ -248,7 +248,7 @@ int main(int argc, char* argv[])
initParameter(argc, argv);
-#if OSL_DEBUG_LEVEL > 2
+#if OSL_DEBUG_LEVEL > 0
dumpParameter();
#endif
@@ -300,7 +300,7 @@ int main(int argc, char* argv[])
return ulRet;
}
-#if OSL_DEBUG_LEVEL > 2
+#if OSL_DEBUG_LEVEL > 0
void dumpParameter()
{
std::ostringstream oss;