Tag: cws_dev300_dba30d User: fs Date: 2008-06-01 20:56:00+0000 Modified: dba/dbaccess/source/ui/browser/brwctrlr.cxx
Log: #i80943# Execute: default-call the base class, it has a default handling for 'user-defined' features now File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: brwctrlr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/brwctrlr.cxx?r1=1.107.10.1&r2=1.107.10.2 Delta lines: +6 -2 ------------------- --- brwctrlr.cxx 2008-05-29 11:31:47+0000 1.107.10.1 +++ brwctrlr.cxx 2008-06-01 20:55:57+0000 1.107.10.2 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: brwctrlr.cxx,v $ - * $Revision: 1.107.10.1 $ + * $Revision: 1.107.10.2 $ * * This file is part of OpenOffice.org. * @@ -1792,12 +1792,16 @@ } //------------------------------------------------------------------------------ -void SbaXDataBrowserController::Execute(sal_uInt16 nId, const Sequence< PropertyValue >& /*aArgs*/) +void SbaXDataBrowserController::Execute(sal_uInt16 nId, const Sequence< PropertyValue >& _rArgs) { sal_Bool bSortUp = sal_True; switch (nId) { + default: + SbaXDataBrowserController_Base::Execute( nId, _rArgs ); + return; + case ID_BROWSER_INSERT_ROW: try { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
