summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:20:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:20:15 +0000
commit255911e38b5e48e3fd3e2c0857832f88a6c8c5f7 (patch)
treec975d8818d304c7ba87325e5995e91e6fdca1c97 /unotools
parent6af2bbbfa24a516aebc920ff9460e1ecd512178d (diff)
INTEGRATION: CWS dbgmacros1 (1.13.48); FILE MERGED
2003/04/10 09:26:24 kso 1.13.48.1: #108413# - debug macro unification.
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/bootstrap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx
index 9536f39f18ce..6864af814cd5 100644
--- a/unotools/source/config/bootstrap.cxx
+++ b/unotools/source/config/bootstrap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bootstrap.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: pb $ $Date: 2002-06-04 10:31:45 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:20:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -350,7 +350,7 @@ bool implMakeAbsoluteURL(OUString & _rsPathOrURL)
return bURL && implEnsureAbsolute(_rsPathOrURL);
}
// ---------------------------------------------------------------------------------------
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
static
PathStatus dbgCheckStatusOfURL(OUString const& _sURL)
{