summaryrefslogtreecommitdiff
path: root/unotools/source/config/bootstrap.cxx
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2001-09-28 11:07:36 +0000
committerJörg Barfurth <jb@openoffice.org>2001-09-28 11:07:36 +0000
commit7126b755aa33a741fd47c76cf424704b4c5756f4 (patch)
treeff216ad881b702709879267a29998bb159862154 /unotools/source/config/bootstrap.cxx
parent6d9b8b103f3d6e44045208f4b8b32eb58b340613 (diff)
#91283# Fixed problem in non-pro build
Diffstat (limited to 'unotools/source/config/bootstrap.cxx')
-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 0f1f25b4bd93..4eb05c9a90dc 100644
--- a/unotools/source/config/bootstrap.cxx
+++ b/unotools/source/config/bootstrap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: bootstrap.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jb $ $Date: 2001-09-25 10:27:16 $
+ * last change: $Author: jb $ $Date: 2001-09-28 12:07:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -265,7 +265,7 @@ bool implNormalizeURL(OUString & _sURL, osl::DirectoryItem& aDirItem)
return true;
}
// ---------------------------------------------------------------------------------------
-#ifdef DEBUG
+#ifdef _DEBUG
static
PathStatus dbgCheckStatusOfURL(OUString const& _sURL)
{