User: kz Date: 2008-05-05 15:59:09+0000 Modified: dba/dbaccess/source/ui/inc/brwctrlr.hxx
Log: INTEGRATION: CWS dba30b (1.40.4); FILE MERGED 2008/04/15 22:13:45 fs 1.40.4.2: RESYNC: (1.40-1.41); FILE MERGED 2008/03/16 14:06:41 fs 1.40.4.1: type File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: brwctrlr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/brwctrlr.hxx?r1=1.41&r2=1.42 Delta lines: +1 -1 ------------------- --- brwctrlr.hxx 2008-04-10 15:25:38+0000 1.41 +++ brwctrlr.hxx 2008-05-05 15:59:06+0000 1.42 @@ -251,7 +251,7 @@ virtual sal_Bool InitializeForm(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet > & xForm) = 0; // called immediately after a successfull CreateForm // do any initialization (data source etc.) here. the form should be fully functional after that. - // return sal_False if you didn't succeed (don't throw exceptions, they won't be catched) + // return sal_False if you didn't succeed (don't throw exceptions, they won't be caught) virtual sal_Bool InitializeGridModel(const ::com::sun::star::uno::Reference< ::com::sun::star::form::XFormComponent > & xGrid); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
