summaryrefslogtreecommitdiff
path: root/padmin/source/pamain.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-18 11:13:00 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-18 11:13:00 +0000
commit89d13544108cf04967729a5ff1da4b93fde1f381 (patch)
tree1842dfce9891adca4def0ae833bc8ffffccc4172 /padmin/source/pamain.cxx
parent9e56a0c5297fa9fd2b09c8fd6cf053647e4fc425 (diff)
#100000# syntax for unxlngi5 nonpro
Diffstat (limited to 'padmin/source/pamain.cxx')
-rw-r--r--padmin/source/pamain.cxx6
1 files 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 );