summaryrefslogtreecommitdiff
path: root/padmin/source/pamain.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:22:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:22:16 +0000
commitc005d70a04be640dbe673ff96b412cc3ab22f1b5 (patch)
treede78df67eaceabd08750a5b1aee7da96d7552447 /padmin/source/pamain.cxx
parent656cd6896ca9a788bba3a524461e431ba5c56ff3 (diff)
INTEGRATION: CWS dbgmacros1 (1.4.26); FILE MERGED
2003/04/09 12:04:06 kso 1.4.26.1: #108413# - debug macro unification.
Diffstat (limited to 'padmin/source/pamain.cxx')
-rw-r--r--padmin/source/pamain.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx
index f88c3d17c022..4a44289dd208 100644
--- a/padmin/source/pamain.cxx
+++ b/padmin/source/pamain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pamain.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pl $ $Date: 2002-11-22 13:09:39 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:22:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,7 +149,7 @@ void MyApp::Main()
aArgs[ 1 ] <<= OUString::createFromAscii( UCB_CONFIGURATION_KEY2_OFFICE );
sal_Bool bSuccess = ::ucb::ContentBroker::initialize( xFactory, aArgs );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
if ( !bSuccess )
fprintf( stderr, "Error creating UCB\n" );
#endif