summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:07:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:07:32 +0000
commitcf744e24d3cbc95e71a95d9373519574b1cde1d8 (patch)
tree910664249409756345afb1a4b850b8b7b7e67238
parentf0f7f0addebf63fb485b9856bff22cd180051c63 (diff)
INTEGRATION: CWS dbgmacros1 (1.2.54); FILE MERGED
2003/04/15 15:03:30 kso 1.2.54.2: RESYNC: (1.2-1.3); FILE MERGED 2003/04/09 11:54:39 kso 1.2.54.1: #108413# - debug macro unification.
-rw-r--r--i18npool/inc/transliterationImpl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/inc/transliterationImpl.hxx b/i18npool/inc/transliterationImpl.hxx
index aa514c769986..ff399d2c78ea 100644
--- a/i18npool/inc/transliterationImpl.hxx
+++ b/i18npool/inc/transliterationImpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: transliterationImpl.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2003-04-08 15:44:56 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:07:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@
namespace com { namespace sun { namespace star { namespace i18n {
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
#define RETURN_DEBUG_STRING (rtl::OUString::createFromAscii("return from transliterationImpl"));
#define RETURN_DEBUG_NUMBER 'TRAN'
#else