summaryrefslogtreecommitdiff
path: root/shell/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 14:57:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 14:57:33 +0000
commited15f525fcd1c58a1ac4f4abfefb806518e63d14 (patch)
tree68547acf76bfb333b9b0fd6b41f7bea4a23517a7 /shell/source
parentfd1a54e162bd153c0200fabc6e0c7b1bc46eb451 (diff)
INTEGRATION: CWS dbgmacros1 (1.2.28); FILE MERGED
2003/04/10 08:33:04 kso 1.2.28.1: #108413# - debug macro unification.
Diffstat (limited to 'shell/source')
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index a49f8df114dc..a6996b85a6b0 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -11,6 +11,9 @@
#include <iostream>
#include <fstream>
+#if OSL_DEBUG_LEVEL == 0
+#define NDEBUG
+#endif
#include <assert.h>
#include <map>
#include <sstream>