diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:57:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:57:33 +0000 |
commit | ed15f525fcd1c58a1ac4f4abfefb806518e63d14 (patch) | |
tree | 68547acf76bfb333b9b0fd6b41f7bea4a23517a7 /shell/source | |
parent | fd1a54e162bd153c0200fabc6e0c7b1bc46eb451 (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.cxx | 3 |
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> |