Tag: cws_dev300_dba30d User: fs Date: 2008-06-16 09:01:42+0000 Modified: dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx
Log: corrected describeCurrentSelectionForControl to assert only when necessary File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailPageHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.cxx?r1=1.32.10.9&r2=1.32.10.10 Delta lines: +2 -2 ------------------- --- AppDetailPageHelper.cxx 2008-06-11 20:26:01+0000 1.32.10.9 +++ AppDetailPageHelper.cxx 2008-06-16 09:01:39+0000 1.32.10.10 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: AppDetailPageHelper.cxx,v $ - * $Revision: 1.32.10.9 $ + * $Revision: 1.32.10.10 $ * * This file is part of OpenOffice.org. * @@ -463,7 +463,7 @@ if ( m_pLists[eType] == &_rControl ) { describeCurrentSelectionForType( eType, _out_rSelectedObjects ); - break; + return; } } OSL_ENSURE( false, "OAppDetailPageHelper::describeCurrentSelectionForControl: invalid control!" ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
