summaryrefslogtreecommitdiff
path: root/padmin/source/pamain.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-17 09:45:21 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-17 09:45:21 +0000
commit1804a0748592b15625be1f2f0a213cb0b33c53cb (patch)
treec192aedc3dbb571d8060002bcd85579048ac666a /padmin/source/pamain.cxx
parent578ae420c25791d4afcc950fe29c4fa8d223e6ee (diff)
INTEGRATION: CWS cups01 (1.5.34); FILE MERGED
2004/02/13 15:32:05 pl 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED 2003/08/15 13:21:15 pl 1.5.34.1: removed a bunch of warnings
Diffstat (limited to 'padmin/source/pamain.cxx')
-rw-r--r--padmin/source/pamain.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx
index 8d35ec1b67cf..ef6e51d4e3be 100644
--- a/padmin/source/pamain.cxx
+++ b/padmin/source/pamain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pamain.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2004-03-17 10:08:45 $
+ * last change: $Author: obo $ $Date: 2004-03-17 10:45:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -162,7 +162,10 @@ void MyApp::Main()
Sequence< Any > aArgs( 2 );
aArgs[ 0 ] <<= OUString::createFromAscii( UCB_CONFIGURATION_KEY1_LOCAL );
aArgs[ 1 ] <<= OUString::createFromAscii( UCB_CONFIGURATION_KEY2_OFFICE );
- sal_Bool bSuccess = ::ucb::ContentBroker::initialize( xFactory, aArgs );
+#if OSL_DEBUG_LEVEL > 1
+ sal_Bool bSuccess =
+#endif
+ ::ucb::ContentBroker::initialize( xFactory, aArgs );
if ( !bSuccess )
{