diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:23:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:23:33 +0000 |
commit | a4985e6f06854818cd8739eb3390633915716616 (patch) | |
tree | 9b5332a83f8fd00dfa2040f9e102eda428e451fe /transex3/source | |
parent | c005d70a04be640dbe673ff96b412cc3ab22f1b5 (diff) |
INTEGRATION: CWS dbgmacros1 (1.4.44); FILE MERGED
2003/04/10 18:30:47 kso 1.4.44.2: RESYNC: (1.4-1.6); FILE MERGED
2003/04/10 09:22:50 kso 1.4.44.1: #108413# - debug macro unification.
Diffstat (limited to 'transex3/source')
-rw-r--r-- | transex3/source/tagtest.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/tagtest.cxx b/transex3/source/tagtest.cxx index 4562ee075637..51b364320c51 100644 --- a/transex3/source/tagtest.cxx +++ b/transex3/source/tagtest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tagtest.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:10:50 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:23:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #endif #include "tagtest.hxx" -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 #include <stdio.h> #endif |