User: hr Date: 2006/08/15 03:42:11 Modified: dba/dbaccess/source/core/api/RowSetBase.hxx
Log: INTEGRATION: CWS dba30 (1.31.106); FILE MERGED 2006/07/19 12:09:16 fs 1.31.106.4: RESYNC: (1.35-1.36); FILE MERGED 2006/03/21 18:20:54 fs 1.31.106.3: RESYNC: (1.32-1.35); FILE MERGED 2005/09/30 06:00:44 fs 1.31.106.2: RESYNC: (1.31-1.32); FILE MERGED 2005/04/06 07:14:12 fs 1.31.106.1: #i46768# getPropertyDefaultByHandle signature changed File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetBase.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetBase.hxx?r1=1.36&r2=1.37 Delta lines: +1 -1 ------------------- --- RowSetBase.hxx 20 Jun 2006 02:36:14 -0000 1.36 +++ RowSetBase.hxx 15 Aug 2006 10:42:09 -0000 1.37 @@ -186,7 +186,7 @@ void fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld ); // OPropertyStateContainer - virtual ::com::sun::star::uno::Any getPropertyDefaultByHandle( sal_Int32 _nHandle ) const; + virtual void getPropertyDefaultByHandle( sal_Int32 _nHandle, ::com::sun::star::uno::Any& _rDefault ) const; virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue,sal_Int32 nHandle) const; enum CursorMoveDirection --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
