diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:20:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:20:48 +0000 |
commit | e6f7bf87924db68587f852361d9d3fcbbcf28ecd (patch) | |
tree | 6e32c7261d7ec4c98b3c8b551a85f9b5e579fabc /extensions/workben | |
parent | 9136355fe91fb957eb96dce02457d6826def5338 (diff) |
INTEGRATION: CWS dbgmacros1 (1.1.1.1.110); FILE MERGED
2003/04/09 10:54:58 kso 1.1.1.1.110.1: #108413# - debug macro unification.
Diffstat (limited to 'extensions/workben')
-rw-r--r-- | extensions/workben/pythonautotest.cxx | 7 | ||||
-rw-r--r-- | extensions/workben/pythontest.cxx | 7 | ||||
-rw-r--r-- | extensions/workben/testcomponent.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/extensions/workben/pythonautotest.cxx b/extensions/workben/pythonautotest.cxx index 318fdb84dbf5..7608fa1eed0b 100644 --- a/extensions/workben/pythonautotest.cxx +++ b/extensions/workben/pythonautotest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pythonautotest.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:16:56 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:20:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,6 +72,9 @@ #include <usr/weak.hxx> #include <tools/string.hxx> #include <vos/conditn.hxx> +#if OSL_DEBUG_LEVEL == 0 +#define NDEBUG +#endif #include <assert.h> #ifdef _USE_NAMESPACE diff --git a/extensions/workben/pythontest.cxx b/extensions/workben/pythontest.cxx index 1862bec6c943..27cfe7340d8c 100644 --- a/extensions/workben/pythontest.cxx +++ b/extensions/workben/pythontest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pythontest.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:16:56 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:20:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,6 +73,9 @@ #include <usr/weak.hxx> #include <tools/string.hxx> #include <vos/conditn.hxx> +#if OSL_DEBUG_LEVEL == 0 +#define NDEBUG +#endif #include <assert.h> #ifdef _USE_NAMESPACE diff --git a/extensions/workben/testcomponent.cxx b/extensions/workben/testcomponent.cxx index 1457567b38b2..4766dfc33e22 100644 --- a/extensions/workben/testcomponent.cxx +++ b/extensions/workben/testcomponent.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testcomponent.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:16:56 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:20:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,6 +80,9 @@ #include <tools/string.hxx> #include <vos/conditn.hxx> +#if OSL_DEBUG_LEVEL == 0 +#define NDEBUG +#endif #include <assert.h> #include <smart/com/sun/star/test/XSimpleTest.hxx> |