From e49916791ab175ab846cf08be9fb27b8f2d012bd Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 23 Jul 2008 08:19:03 +0000 Subject: [PATCH] #i10000# reactivate OSL_ENSURE --- sal/osl/os2/process_impl.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sal/osl/os2/process_impl.cxx b/sal/osl/os2/process_impl.cxx index 29e9c131b0fc..97b137043444 100644 --- a/sal/osl/os2/process_impl.cxx +++ b/sal/osl/os2/process_impl.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: process_impl.cxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -195,9 +195,7 @@ void SAL_CALL osl_setCommandArgs (int argc, char ** argv) { osl_acquireMutex(g_command_args.m_mutex); -#if 0 OSL_ENSURE (g_command_args.m_nCount == 0, "osl_setCommandArgs(): CommandArgs already set."); -#endif if (g_command_args.m_nCount == 0) { rtl_uString** ppArgs = (rtl_uString**)rtl_allocateZeroMemory (argc * sizeof(rtl_uString*));