From 89d13544108cf04967729a5ff1da4b93fde1f381 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 18 Mar 2004 11:13:00 +0000 Subject: [PATCH] #100000# syntax for unxlngi5 nonpro --- padmin/source/pamain.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/padmin/source/pamain.cxx b/padmin/source/pamain.cxx index ef6e51d4e3be..8d859abc7455 100644 --- a/padmin/source/pamain.cxx +++ b/padmin/source/pamain.cxx @@ -2,9 +2,9 @@ * * $RCSfile: pamain.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2004-03-17 10:45:21 $ + * last change: $Author: obo $ $Date: 2004-03-18 12:13:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -167,11 +167,13 @@ void MyApp::Main() #endif ::ucb::ContentBroker::initialize( xFactory, aArgs ); +#if OSL_DEBUG_LEVEL > 1 if ( !bSuccess ) { fprintf( stderr, "Error creating UCB, installation must be in disorder. Exiting.\n" ); exit( 1 ); } +#endif pPADialog = PADialog::Create( NULL , FALSE );